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 3434 run : cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"
3535
3636 - name : Cache node_modules 📦
37- uses : actions/cache@v3.0.11
37+ uses : actions/cache@v4.1.0
3838 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3939 with :
4040 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
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.0
2828 with :
2929 path : ~/.npm
3030 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.0
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