File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments