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 455a64a commit 4a0da80Copy full SHA for 4a0da80
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: ${{ matrix.node-version }}
17
- name: Cache Node.js modules
18
- uses: actions/cache@v2
+ uses: actions/cache@v3
19
20
path: ~/.npm
21
key: ${{ runner.OS }}-${{ matrix.node-version }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
22
23
24
25
0 commit comments