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

SDK-3357: Add node 22 to matrix and set as default #1078

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Conversation

edwardsph
Copy link
Contributor

New feature description

Added Node 22 support.

@edwardsph edwardsph requested a review from a team as a code owner August 16, 2024 14:25
@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
Copy link
Contributor

@NSeydoux NSeydoux Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, the node version is only ever used to build, it's irrelevant to the tests. I suggest we change this to node-version-file: ".nvmrc", to avoid the churn.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #1079

@edwardsph edwardsph merged commit a1255ba into main Aug 19, 2024
25 checks passed
@edwardsph edwardsph deleted the SDK-3357-node22 branch August 19, 2024 07:28
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.

2 participants