Skip to content

Commit 83ec320

Browse files
committed
ci: add node 24.x
1 parent b33c065 commit 83ec320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
18+
node-version: [10.16.0, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
node-version: [16.x, 18.x, 20.x, 22.x]
48+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
4949
steps:
5050
- uses: actions/checkout@v4
5151
with:
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
fail-fast: false
9393
matrix:
94-
node-version: [16.x, 18.x, 20.x, 22.x]
94+
node-version: [16.x, 18.x, 20.x, 22.x, 24.x]
9595
steps:
9696
- uses: actions/checkout@v4
9797
with:

0 commit comments

Comments
 (0)