File tree Expand file tree Collapse file tree 3 files changed +4157
-1467
lines changed
Expand file tree Collapse file tree 3 files changed +4157
-1467
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 name : Test
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - name : Use Node.js 22.x
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
22- node-version : ' 22 .x'
22+ node-version : ' 24 .x'
2323 - run : npm ci
2424 - run : npm run license-check
2525 - run : npm run lint-ci
@@ -49,13 +49,13 @@ jobs:
4949 if : github.ref == 'refs/heads/main'
5050 needs : test
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353 with :
5454 persist-credentials : false
5555 - name : Use Node.js 22.x
56- uses : actions/setup-node@v4
56+ uses : actions/setup-node@v6
5757 with :
58- node-version : ' 22 .x'
58+ node-version : ' 24 .x'
5959 - run : npm ci
6060 - run : npm run semantic-release
6161 env :
You can’t perform that action at this time.
0 commit comments