Skip to content

Commit 7a86c40

Browse files
Merge pull request #38 from commitd/stuarthendren/dbclick
fix(ci): fix for release job in ci
2 parents bbbd8b8 + d06246f commit 7a86c40

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@ jobs:
202202
node-version: ${{ env.NODE_VERSION }}
203203
- name: npm 7
204204
run: npm i -g npm@7 --registry=https://registry.npmjs.org
205+
- name: Restore dependencies
206+
uses: actions/cache@v2
207+
id: cache-dependencies
208+
with:
209+
path: node_modules
210+
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
211+
restore-keys: |
212+
${{ runner.os }}-npm-
205213
- name: Download build artifacts
206214
uses: actions/download-artifact@v2
207215
with:

0 commit comments

Comments
 (0)