Skip to content

Commit c5cda45

Browse files
authored
Add Node.js version 25 to CI/CD workflow
1 parent 0e2afcf commit c5cda45

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: [14, 16, 18, 20, 22, 24]
13+
node: [14, 16, 18, 20, 22, 24, 25]
1414
os: [ubuntu-latest, macOS-latest, windows-latest]
1515
exclude:
1616
- node: 14
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
node: [14, 16, 18, 20, 22, 24]
35+
node: [14, 16, 18, 20, 22, 24, 25]
3636
os: [ubuntu-latest, macOS-latest, windows-latest]
3737
exclude:
3838
- node: 14

0 commit comments

Comments
 (0)