We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8295ff4 commit f96b4a0Copy full SHA for f96b4a0
.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.2
38
with:
39
path: ~/.npm
40
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments