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 9a3c16c commit f2b6926Copy full SHA for f2b6926
.github/workflows/quality.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: 16
17
18
- name: Use node_modules cache
19
- uses: actions/cache@v2
+ uses: actions/cache@v3
20
with:
21
path: '**/node_modules'
22
key: ${{ runner.os }}-modules-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments