Skip to content

Commit f84a75a

Browse files
committed
test(NODE-7282): add node 24 to ci
1 parent ea9621c commit f84a75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [macos-latest, windows-2022]
15-
node: [20.19.0, 22.x]
15+
node: [20.19.0, 22.x, 24.x]
1616
fail-fast: false
1717
runs-on: ${{ matrix.os }}
1818
steps:
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
linux_arch: [s390x, arm64, amd64]
40-
node: [20.19.0, 22.x]
40+
node: [20.19.0, 22.x, 24.x]
4141
fail-fast: false
4242
steps:
4343
- uses: actions/checkout@v5
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
linux_arch: [amd64, arm64]
78-
node: [20.19.0, 22.x]
78+
node: [20.19.0, 22.x, 24.x]
7979
fail-fast: false
8080
steps:
8181
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)