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 3430d52 commit 97f7c23Copy full SHA for 97f7c23
.github/workflows/ci_fast.yaml
@@ -18,13 +18,13 @@ jobs:
18
19
- uses: actions/setup-node@v1
20
with:
21
- node-version: "12"
+ node-version: "14"
22
- uses: actions/cache@v2
23
24
path: ~/.npm
25
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-node2-${{ hashFiles('**/package-lock.json') }}
26
restore-keys: |
27
- ${{ runner.os }}-node-
+ ${{ runner.os }}-node2-
28
- run: npm ci
29
- name: Lint
30
run: npm run lint
0 commit comments