-
Notifications
You must be signed in to change notification settings - Fork 212
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
chore: upgrade to use node 20 #1500
Conversation
🦋 Changeset detectedLatest commit: b050447 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Deploying with Cloudflare Pages
|
'@graphprotocol/graph-cli': minor | ||
--- | ||
|
||
upgrade to Node 20 |
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.
Is there anything needed from the consumer's point of view? Is anything important worth mentioning?
@@ -31,7 +31,7 @@ jobs: | |||
with: | |||
npmTag: rc | |||
buildScript: build | |||
nodeVersion: 16 | |||
nodeVersion: 20 |
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.
Just a side note, I think at some point we can change this in shared-config
; we can read the node-version
file and just use it by default
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 can also use a .nvmrc file and point to it during setup-node with node-version-file
option.
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.
LGTM. Just please verify the release type because of the breaking changes.
pnpm
versioncloses #1499