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 c944c4e commit dd28f14Copy full SHA for dd28f14
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node-version }}
22
23
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
24
25
path: ~/.npm
26
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
@@ -62,7 +62,7 @@ jobs:
62
63
node-version: 14.x
64
65
66
67
68
key: ${{ runner.os }}-node-14.x-${{ hashFiles('**/package-lock.json') }}
0 commit comments