File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v5
2727 - uses : actions/setup-node@v5
2828 with :
29- node-version : 20
29+ node-version : 22
3030 - run : npm install
3131 - run : npm run lint
3232 conventional-commits :
3838 fetch-depth : 0
3939 - uses : actions/setup-node@v5
4040 with :
41- node-version : 20
41+ node-version : 22
4242 - run : npm install
4343 - name : Validate PR commits with commitlint
4444 run : npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v5
3232 - uses : actions/setup-node@v5
3333 with :
34- node-version : 20
34+ node-version : 22
3535 registry-url : ' https://registry.npmjs.org'
3636 - run : npm ci
3737 - name : Publish to npm 🚀
You can’t perform that action at this time.
0 commit comments