File tree Expand file tree Collapse file tree 3 files changed +20
-131
lines changed
Expand file tree Collapse file tree 3 files changed +20
-131
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
1616 uses : actions/setup-node@v4
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
3333 uses : actions/setup-node@v4
3434 with :
35- node-version : 20
35+ node-version : 22
3636 - run : npm ci
3737 - run : npm run semantic-release
3838 env :
Original file line number Diff line number Diff line change 3838 "@semantic-release/exec" : " 7.1.0" ,
3939 "@semantic-release/git" : " 10.0.1" ,
4040 "c8" : " 10.1.3" ,
41- "chai" : " 5.2 .1" ,
41+ "chai" : " 6.0 .1" ,
4242 "clean-webpack-plugin" : " 4.0.0" ,
4343 "copy-webpack-plugin" : " 13.0.0" ,
4444 "eslint" : " 9.4.0" ,
5353 "semantic-release" : " 24.2.7" ,
5454 "semantic-release-discord-bot" : " ^1.1.0" ,
5555 "stylelint" : " 16.23.0" ,
56- "stylelint-config-standard" : " 38 .0.0" ,
56+ "stylelint-config-standard" : " 39 .0.0" ,
5757 "webpack" : " 5.101.0" ,
5858 "webpack-cli" : " 6.0.1" ,
5959 "webpack-dev-server" : " 5.2.2" ,
You can’t perform that action at this time.
0 commit comments