Skip to content

Commit 05a53d8

Browse files
committed
add node 24 to ci
1 parent 772c464 commit 05a53d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0]
16+
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0]
1717
steps:
1818
- uses: actions/setup-node@v4
1919
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2019
3434
strategy:
3535
matrix:
36-
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0]
36+
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0]
3737
steps:
3838
- uses: actions/setup-node@v4
3939
with:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: macos-15
5858
strategy:
5959
matrix:
60-
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0]
60+
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0]
6161
steps:
6262
- uses: actions/setup-node@v4
6363
with:

0 commit comments

Comments
 (0)