We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8295ff4 commit 8741134Copy full SHA for 8741134
.github/workflows/test-preview.yml
@@ -34,7 +34,7 @@ jobs:
34
npm install -g npm
35
npm --version
36
- name: Cache node_modules 📦
37
- uses: actions/cache@v3.0.8
+ uses: actions/cache@v4.2.0
38
with:
39
path: ~/.npm
40
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments