Skip to content

Commit

Permalink
build: bump version of node to 22 (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp authored Sep 26, 2024
1 parent 4dc76ff commit ec97f31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npmtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
strategy:
matrix:
node-version:
- 16.x # EOL 2023-09-11
- 16.x # deprecated
- 17.x # deprecated
- 18.x # EOL 2025-04-30
- 19.x # EOL 2023-06-01
- 19.x # deprecated
- 20.x # EOL 2026-04-30
- 21.x # deprecated
- 22.x # EOL 2027-04-30
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.9.0

0 comments on commit ec97f31

Please sign in to comment.