Skip to content

Commit c2c0a48

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v6
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v6
3333
- uses: actions/setup-node@v6
3434
with:
35-
node-version: 22.x
35+
node-version: 24.x
3636
cache: 'npm'
3737
- run: node -v
3838
- run: npm -v

0 commit comments

Comments
 (0)