Skip to content

Commit 18d8449

Browse files
committed
add node 25 to ci
1 parent 608c6a5 commit 18d8449

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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, 24.2.0]
16+
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0, 25.8.0 ]
1717
steps:
1818
- uses: actions/setup-node@v4
1919
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: windows-2025
3434
strategy:
3535
matrix:
36-
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0]
36+
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0, 25.8.0 ]
3737
steps:
3838
- uses: actions/setup-node@v4
3939
with:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macos-15
5959
strategy:
6060
matrix:
61-
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0]
61+
node: [18.20.5, 20.18.1, 22.12.0, 23.3.0, 24.2.0, 25.8.0 ]
6262
steps:
6363
- uses: actions/setup-node@v4
6464
with:

0 commit comments

Comments
 (0)