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 2727 npm install -g npm
2828 npm --version
2929 - name : Cache node_modules 📦
30- uses : actions/cache@v3.0.11
30+ uses : actions/cache@v4.1.1
3131 with :
3232 path : ~/.npm
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2525 npm install -g npm
2626 npm --version
2727 - name : Cache node_modules 📦
28- uses : actions/cache@v3.0.11
28+ uses : actions/cache@v4.1.1
2929 with :
3030 path : ~/.npm
3131 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2424 npm install -g npm
2525 npm --version
2626 - name : Cache node_modules 📦
27- uses : actions/cache@v3.0.11
27+ uses : actions/cache@v4.1.1
2828 with :
2929 path : ~/.npm
3030 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments