Skip to content

Commit f2e50d6

Browse files
authored
chore: add node 22 and 24 to CI matrix (#293)
1 parent fd7eced commit f2e50d6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [12.x, 14.x, 16.x, 18.x, 19.x, 20.x]
21+
node-version: [12.x, 14.x, 16.x, 18.x, 19.x, 20.x, 22.x, 24.x]
2222
eslint-version: [7, "8.40", "8.55", 8]
2323
jest-version: [27, 28, 29]
2424
jest-watch-typeahead-version: [1, 2]
@@ -27,7 +27,7 @@ jobs:
2727
- node-version: 12.x
2828
jest-version: 29
2929
# jest-watch-typeahead@2 doesn't support node@12
30-
- node-version: 12
30+
- node-version: 12.x
3131
jest-watch-typeahead-version: 2
3232
# Modern timers need Jest 29.2.1 on Node 19+: https://github.com/facebook/jest/pull/13467
3333
- node-version: 18.x
@@ -36,6 +36,10 @@ jobs:
3636
jest-version: 28
3737
- node-version: 20.x
3838
jest-version: 28
39+
- node-version: 22.x
40+
jest-version: 28
41+
- node-version: 24.x
42+
jest-version: 28
3943
runs-on: ubuntu-latest
4044

4145
steps:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
},
6262
"engines": {
6363
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=18.0.0"
64-
}
64+
},
65+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
6566
}

0 commit comments

Comments
 (0)