Skip to content

Commit c2c5938

Browse files
authored
Add node 24 as test target
1 parent 711b99d commit c2c5938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
node: [18, 20, 22, 23]
13+
node: [18, 20, 22, 24]
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
1515
steps:
1616
- uses: actions/checkout@v3
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
node: [18, 20, 22, 23]
32+
node: [18, 20, 22, 24]
3333
os: [ubuntu-latest, macOS-latest, windows-latest]
3434
steps:
3535
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)