Skip to content

Commit c325438

Browse files
U: add node25 onto the npm test workflow
1 parent f0f0635 commit c325438

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
node-version: [12, 14, 16, 18, 20, 22, 24]
11+
node-version: [12, 14, 16, 18, 20, 22, 24, 25]
1212
os: [ubuntu-latest, macOS-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414

@@ -19,11 +19,11 @@ jobs:
1919
git config --global core.autocrlf false
2020
git config --global core.symlinks true
2121
if: runner.os == 'Windows'
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@6
2323
with:
2424
show-progress: false
2525
- name: v${{ matrix.node-version }} on ${{ matrix.os }}
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
architecture: 'x64'

0 commit comments

Comments
 (0)