Skip to content

Commit 4d39e4d

Browse files
committed
Added node 25 to the GitHub Actions workflow
1 parent 8ecd678 commit 4d39e4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
virtual-environment: ['ubuntu-latest', 'windows-2025', 'ubuntu-24.04-arm']
12-
node: [16, 18, 20, 22, 24]
12+
node: [16, 18, 20, 22, 24, 25]
1313
include:
1414
- virtual-environment: 'macos-latest'
1515
node: 18
@@ -19,6 +19,8 @@ jobs:
1919
node: 22
2020
- virtual-environment: 'macos-latest'
2121
node: 24
22+
- virtual-environment: 'macos-latest'
23+
node: 25
2224

2325
runs-on: ${{ matrix.virtual-environment }}
2426

0 commit comments

Comments
 (0)