File tree Expand file tree Collapse file tree 3 files changed +1315
-1282
lines changed
Expand file tree Collapse file tree 3 files changed +1315
-1282
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 name : Test
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Use Node.js 20.x
22- uses : actions/setup-node@v5
22+ uses : actions/setup-node@v6
2323 with :
24- node-version : ' 22 .x'
24+ node-version : ' 24 .x'
2525 - run : npm install
2626 - run : npm test
2727 # - uses: codecov/codecov-action@v4
@@ -34,11 +34,11 @@ jobs:
3434 if : github.ref != 'refs/heads/main'
3535 needs : test
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838 - name : Use Node.js 20.x
39- uses : actions/setup-node@v5
39+ uses : actions/setup-node@v6
4040 with :
41- node-version : ' 22 .x'
41+ node-version : ' 24 .x'
4242 - run : npm install
4343 - name : extracting last commit message
4444 run : |
@@ -59,11 +59,11 @@ jobs:
5959 if : github.ref == 'refs/heads/main'
6060 needs : test
6161 steps :
62- - uses : actions/checkout@v5
62+ - uses : actions/checkout@v6
6363 - name : Use Node.js 20.x
64- uses : actions/setup-node@v5
64+ uses : actions/setup-node@v6
6565 with :
66- node-version : ' 22 .x'
66+ node-version : ' 24 .x'
6767 - run : npm install
6868 - name : extracting last commit message
6969 run : |
You can’t perform that action at this time.
0 commit comments