Skip to content

Commit 97f7c23

Browse files
committed
ci: invalidate cache for testing
1 parent 3430d52 commit 97f7c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818

1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: "12"
21+
node-version: "14"
2222
- uses: actions/cache@v2
2323
with:
2424
path: ~/.npm
25-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25+
key: ${{ runner.os }}-node2-${{ hashFiles('**/package-lock.json') }}
2626
restore-keys: |
27-
${{ runner.os }}-node-
27+
${{ runner.os }}-node2-
2828
- run: npm ci
2929
- name: Lint
3030
run: npm run lint

0 commit comments

Comments
 (0)