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 6ac0acf commit 28dfb2eCopy full SHA for 28dfb2e
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: ${{ matrix.node-version }}
22
23
- name: Cache npm
24
- uses: actions/cache@v1
+ uses: actions/cache@v4
25
with:
26
path: ~/.npm
27
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments