Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: pin node to lts and 20.2 #376

Merged
merged 2 commits into from Jun 12, 2023
Merged

ci: pin node to lts and 20.2 #376

merged 2 commits into from Jun 12, 2023

Conversation

luqven
Copy link
Contributor

@luqven luqven commented Jun 12, 2023

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.

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.
@luqven luqven self-assigned this Jun 12, 2023
@commit-lint
Copy link

commit-lint bot commented Jun 12, 2023

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

@luqven luqven marked this pull request as ready for review June 12, 2023 04:11
@luqven luqven requested a review from a team as a code owner June 12, 2023 04:11
@luqven luqven added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Jun 12, 2023
@luqven luqven merged commit b000dd8 into main Jun 12, 2023
4 checks passed
@luqven luqven deleted the l/fixnode-20.3-build-issue branch June 12, 2023 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant