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 1bd1c6d commit bcc8c84Copy full SHA for bcc8c84
.github/workflows/nodejs.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: ${{ matrix.node-version }}
22
23
- name: Cache .pnpm-store
24
- uses: actions/cache@v1
+ uses: actions/cache@v2
25
with:
26
path: ~/.pnpm-store
27
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
28
29
30
0 commit comments