Skip to content

Commit 275a019

Browse files
committed
break cache
1 parent 4eda44b commit 275a019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: npm install -g yarn
2626
- name: Install dependencies
2727
uses: bahmutov/npm-install@v1
28+
with:
29+
cache-key-prefix: 'v2'
2830
- name: Lint
2931
run: yarn lint
3032
- name: Test
@@ -48,6 +50,7 @@ jobs:
4850
uses: bahmutov/npm-install@v1
4951
with:
5052
useLockFile: false
53+
cache-key-prefix: 'v2'
5154
- name: Test
5255
run: yarn test:ember
5356

0 commit comments

Comments
 (0)