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 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v5
23- - uses : actions/setup-node@v4
23+ - uses : actions/setup-node@v5
2424 with :
2525 node-version : " ${{ env.NODE_VERSION }}"
2626 - name : Run install
3939 runs-on : ubuntu-latest
4040 steps :
4141 - uses : actions/checkout@v5
42- - uses : actions/setup-node@v4
42+ - uses : actions/setup-node@v5
4343 with :
4444 node-version : " ${{ env.NODE_VERSION }}"
4545 - name : Run install
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
15- - uses : actions/setup-node@v4
15+ - uses : actions/setup-node@v5
1616 - name : commitlint (install)
1717 run : |
1818 npm install -g @commitlint/cli @commitlint/config-conventional
You can’t perform that action at this time.
0 commit comments