1 parent 48b0a35 commit c2c0a48Copy full SHA for c2c0a48
1 file changed
.github/workflows/workflow.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- node-version: [20.x, 22.x]
+ node-version: [22.x, 24.x]
13
steps:
14
- uses: actions/checkout@v6
15
- uses: actions/setup-node@v6
@@ -32,7 +32,7 @@ jobs:
32
33
34
with:
35
- node-version: 22.x
+ node-version: 24.x
36
cache: 'npm'
37
- run: node -v
38
- run: npm -v
0 commit comments