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 6c27981 commit 500ab20Copy full SHA for 500ab20
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
# -----------------------------------------------------------------------
35
- name: Cache node_modules
36
id: cache-modules
37
- uses: actions/cache@v2
+ uses: actions/cache@v3
38
with:
39
path: node_modules
40
key: ${{ matrix.os }}-${{ matrix.node }}-${{ hashFiles('package.json') }}
0 commit comments