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.
2 parents 06e7e8d + 627decf commit 7b8ed24Copy full SHA for 7b8ed24
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
registry-url: "https://registry.npmjs.org"
20
21
- name: Cache pnpm modules
22
- uses: actions/cache@v2
+ uses: actions/cache@v3
23
with:
24
path: ~/.pnpm-store
25
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 16
17
18
0 commit comments