File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 node-version : 14.x
1717 - name : cache node modules
18- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
18+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
1919 with :
2020 path : ~/.npm
2121 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1616 echo "::set-output name=dir::$(npm config get cache)"
1717
1818 - name : Cache node modules
19- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
19+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
2020 with :
2121 path : ${{ steps.npm-cache.outputs.dir }}
2222 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1818 with :
1919 node-version : 14.x
2020 - name : cache node modules
21- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
21+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
2222 with :
2323 path : ~/.npm
2424 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2727 echo "::set-output name=dir::$(npm config get cache)"
2828
2929 - name : Cache node modules
30- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
30+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
3131 with :
3232 path : ${{ steps.npm-cache.outputs.dir }}
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
6565 echo "::set-output name=dir::$(npm config get cache)"
6666
6767 - name : Cache node modules
68- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
68+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
6969 with :
7070 path : ${{ steps.npm-cache.outputs.dir }}
7171 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 3232 echo "::set-output name=dir::$(npm config get cache)"
3333
3434 - name : Cache node modules
35- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
35+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
3636 with :
3737 path : ${{ steps.npm-cache.outputs.dir }}
3838 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 5252
5353 - if : ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
5454 name : Cache node modules
55- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
55+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
5656 with :
5757 path : ${{ steps.npm-cache.outputs.dir }}
5858 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
9898
9999 - if : ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
100100 name : Cache node modules
101- uses : actions/cache@35dd74a1a0674200316fa20212ce5036e0d9fc7f
101+ uses : actions/cache@7921ae235bdcb376cc8f22558dc5f8ddc3c3c2f9
102102 with :
103103 path : ${{ steps.npm-cache.outputs.dir }}
104104 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments