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 378aa73 commit 7d22a49Copy full SHA for 7d22a49
.github/workflows/test-and-release.yaml
@@ -17,7 +17,7 @@ jobs:
17
node-version: "16.x"
18
19
- name: Keep npm cache around to speed up installs
20
- uses: actions/cache@v2
+ uses: actions/cache@v3
21
with:
22
path: ~/.npm
23
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
0 commit comments