File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 # Full git history is needed to get a proper list of changed files within `super-linter`
3939 fetch-depth : 0
4040
41- - uses : actions/setup-node@v2
41+ - uses : actions/setup-node@v3
4242 with :
4343 node-version : 18.x
4444 cache : yarn
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Use Node.js ${{ matrix.node-version }}
23- uses : actions/setup-node@v2
23+ uses : actions/setup-node@v3
2424 with :
2525 node-version : ${{ matrix.node-version }}
2626 cache : yarn
Original file line number Diff line number Diff line change 1616 release-type : node
1717 - uses : actions/checkout@v3
1818 if : ${{ steps.release.outputs.release_created }}
19- - uses : actions/setup-node@v2
19+ - uses : actions/setup-node@v3
2020 with :
2121 node-version : 18.x
2222 registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments