File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 node-version : " 16.x"
1616
1717 - name : Cache node modules
18- uses : actions/cache@v3
18+ uses : actions/cache@v4
1919 with :
2020 path : node_modules
2121 key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2020 node-version : " 16.x"
2121
2222 - name : Cache node modules
23- uses : actions/cache@v3
23+ uses : actions/cache@v4
2424 with :
2525 path : node_modules
2626 key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1515 node-version : " 16.x"
1616
1717 - name : Cache node modules
18- uses : actions/cache@v3
18+ uses : actions/cache@v4
1919 with :
2020 path : node_modules
2121 key : ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments