We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5a981 commit 91a941bCopy full SHA for 91a941b
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: '14.x'
28
- uses: actions/checkout@v4
29
- id: cache-npm
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
with:
32
path: ~/.npm
33
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
0 commit comments