-
-
Notifications
You must be signed in to change notification settings - Fork 667
chore: upgrade to [email protected] #2678
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
Conversation
|
node >=16.14
.github/workflows/reusable-build.yml
Outdated
@@ -188,7 +188,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
node: [14, 16] | |||
node: [16] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove 14?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove 14?
About this part its for 2 reasons:
It is recommend using node 16 in the contribution doc https://github.com/web-infra-dev/rspack/blob/main/CONTRIBUTING.md#install-nodejs so I though it would make sense to align the version in the CI as well
pnpm version 8 requires node version 16 ++
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm version 8 requires node version 16 ++
I miss this. Rspack is guaranteed to be running in node14 and node16. If that's the case, I'm not sure we should update to pnpm@8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure no worries. I was just following the docs, let me know when you have updates
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm version 8 requires node version 16 ++
I miss this. Rspack is guaranteed to be running in node14 and node16. If that's the case, I'm not sure we should update to pnpm@8.
Seems that the change brings some complications
I can close it with no concern if its the case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would have a meeting tomorrow to discuss this PR and related topics. You could keep the PR open until the team come up with some conclusions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sync up:
We have a quick discussion just now. We would use a fixed version, which is the latest version of pnpm@7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Chore:
Related issue (if exists)
Types of changes
Checklist
pnpm run changeset
.