File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4747 persist-credentials : false
4848 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
4949 with :
50+ node-version-file : .node-version
5051 cache : npm
5152 - run : bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh"
5253 # ###############################
Original file line number Diff line number Diff line change 2626 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2727 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2828 with :
29+ node-version-file : .node-version
2930 cache : npm
3031 - name : Install packages
3132 if : github.event_name != 'pull_request' || github.event.action != 'closed'
Original file line number Diff line number Diff line change 2727 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2828 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2929 with :
30+ node-version-file : .node-version
3031 cache : npm
3132 - if : github.event_name != 'pull_request' || github.event.action != 'closed'
3233 run : npm install
You can’t perform that action at this time.
0 commit comments