File tree Expand file tree Collapse file tree 3 files changed +42
-106
lines changed
Expand file tree Collapse file tree 3 files changed +42
-106
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 name : Test
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Use Node.js 20
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@v5
1717 with :
18- node-version : 20
18+ node-version : 22
1919 - run : npm ci
2020 - run : npm run lint
2121 - run : npm run test
@@ -26,13 +26,13 @@ jobs:
2626 needs : test
2727 if : github.ref == 'refs/heads/main'
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 persist-credentials : false
3232 - name : Use Node.js 20
33- uses : actions/setup-node@v4
33+ uses : actions/setup-node@v5
3434 with :
35- node-version : 20
35+ node-version : 22
3636 - run : npm ci
3737 - run : npm run semantic-release
3838 env :
You can’t perform that action at this time.
0 commit comments