imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
122 stars 20 forks source link

ci: pin node to lts and 20.2 #376

Closed luqven closed 1 year ago

luqven commented 1 year ago

Description

Node version 20.3 introduces a concurrency issue where the same file is getting accessed by multiple things as part of the rollup process. Unsure as to the root cause, but this commit pins current to 20.2 to resolve the build issues for now.

A future commit should either fix the 20.3 issues.

commit-lint[bot] commented 1 year ago

Continuous Integration

Contributors

luqven

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR