We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eda44b commit 275a019Copy full SHA for 275a019
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
run: npm install -g yarn
26
- name: Install dependencies
27
uses: bahmutov/npm-install@v1
28
+ with:
29
+ cache-key-prefix: 'v2'
30
- name: Lint
31
run: yarn lint
32
- name: Test
@@ -48,6 +50,7 @@ jobs:
48
50
49
51
with:
52
useLockFile: false
53
54
55
run: yarn test:ember
56
0 commit comments