File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
actions/composite/setupNode Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1919 shell : bash
2020 run : jq 'del(.version, .packages[""].version)' package-lock.json > normalized-package-lock.json
2121
22- - uses : actions/setup-node@v4
22+ # v5.0.0
23+ - uses : actions/setup-node@13427813f706a0f6c9b74603b31103c40ab1c35a
2324 with :
2425 node-version-file : ' .nvmrc'
2526 cache : npm
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ # v5.0.0
12+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1213
1314 - name : Setup Node
1415 # v4
Original file line number Diff line number Diff line change 5050 - name : Run Reassure delta tests
5151 run : npx reassure --branch --verbose
5252
53+ # v4.6.2
5354 - name : Upload Reassure results
54- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@2848b2cda0e5190984587ec6bb1f36730ca78d50
5556 with :
5657 name : results
5758 path : .reassure/
Original file line number Diff line number Diff line change 88 test :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ # v5.0.0
12+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1213
13- - uses : actions/cache@v3
14+ # 4.3.0
15+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
1416 with :
1517 path : ~/.npm
1618 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ # v5.0.0
12+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1213
1314 - name : Setup Node
1415 # v4
You can’t perform that action at this time.
0 commit comments