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 57174dd commit 0035711Copy full SHA for 0035711
.github/workflows/NodeCI.yml
@@ -19,19 +19,14 @@ jobs:
19
- uses: actions/setup-node@v4
20
with:
21
node-version: lts/*
22
- - uses: actions/cache/restore@v4
+ - uses: actions/cache
23
24
path: node_modules
25
key: ${{ runner.os }}-${{ hashFiles('package.json') }}-${{ github.ref }}
26
- name: Install Packages
27
run: yarn
28
- name: Lint
29
run: yarn lint
30
- - uses: actions/cache/save@v4
31
- if: always()
32
- with:
33
- path: node_modules
34
- key: ${{ runner.os }}-${{ hashFiles('package.json') }}-${{ github.ref }}
35
test:
36
strategy:
37
matrix:
0 commit comments