Skip to content

Commit 49e4bfe

Browse files
committed
ci: update node-version
1 parent 48b0a35 commit 49e4bfe

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [20.x, 22.x]
12+
node-version: [22.x, 24.x]
1313
steps:
14-
- uses: actions/checkout@v6
15-
- uses: actions/setup-node@v6
16-
with:
17-
node-version: ${{ matrix.node-version }}
18-
cache: 'npm'
19-
- run: node -v
20-
- run: npm -v
21-
- run: npm ci
22-
- run: npm test
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6
16+
with:
17+
node-version: ${{ matrix.node-version }}
18+
cache: 'npm'
19+
- run: node -v
20+
- run: npm -v
21+
- run: npm ci
22+
- run: npm test
2323

2424
mac-and-windows-test:
2525
name: Test on node latest and ${{ matrix.os }}
@@ -29,12 +29,12 @@ jobs:
2929
matrix:
3030
os: [windows-latest, macos-latest]
3131
steps:
32-
- uses: actions/checkout@v6
33-
- uses: actions/setup-node@v6
34-
with:
35-
node-version: 22.x
36-
cache: 'npm'
37-
- run: node -v
38-
- run: npm -v
39-
- run: npm ci
40-
- run: npm test
32+
- uses: actions/checkout@v6
33+
- uses: actions/setup-node@v6
34+
with:
35+
node-version: 24.x
36+
cache: 'npm'
37+
- run: node -v
38+
- run: npm -v
39+
- run: npm ci
40+
- run: npm test

0 commit comments

Comments
 (0)