Skip to content

Commit f94cafd

Browse files
Add 22.x and 24.x (#1090)
* Add 22.x and 24.x
1 parent f61052e commit f94cafd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: [20.x]
32+
node-version: [20.x, 22.x, 24.x]
3333

3434
steps:
3535
- uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050

5151
strategy:
5252
matrix:
53-
node-version: [20.x]
53+
node-version: [20.x, 22.x, 24.x]
5454

5555
steps:
5656
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)