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: run tests in Node.js 21 #167

Merged
merged 1 commit into from Oct 26, 2023
Merged

ci: run tests in Node.js 21 #167

merged 1 commit into from Oct 26, 2023

Conversation

fasttime
Copy link
Member

This PR updates the GitHub Actions CI workflow to run tests also in Node.js 21.

@fasttime fasttime marked this pull request as ready for review October 26, 2023 14:16
@@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20.x, 19.x, 18.x, 16.x, 14.x]
node: [21.x, 20.x, 19.x, 18.x, 16.x, 14.x]
include:
- os: windows-latest
node: "18.x"
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

In this PR or a separate PR, we can also change Node 18 to Node 20 in a few places.

Copy link
Member Author

Choose a reason for hiding this comment

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

Makes sense since 20 is the current LTS version now and 18 is in maintenance mode.

@bmish bmish merged commit 25a4666 into main Oct 26, 2023
11 checks passed
@bmish bmish deleted the ci-node21 branch October 26, 2023 17:54
@github-actions github-actions bot mentioned this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants