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 649ba3a commit 38eada0Copy full SHA for 38eada0
1 file changed
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: actions/setup-node@v3
21
with:
22
node-version: 14
23
+ cache: 'npm'
24
25
- run: npm ci
26
- run: npm run lint
@@ -52,6 +53,7 @@ jobs:
52
53
54
55
node-version: ${{ matrix.node }}
56
57
58
# for test cache hits
59
- run: npm i -g [email protected]
@@ -77,6 +79,7 @@ jobs:
77
79
78
80
81
82
83
84
- uses: kellyselden/ember-cli-update-action@v5
85
0 commit comments