Skip to content

Commit 85c4c79

Browse files
committed
Cache dependencies
1 parent 9e710c2 commit 85c4c79

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
with:
1919
node-version: 16.x
2020

21+
- name: Cache dependencies
22+
uses: actions/cache@v2
23+
with:
24+
path: |
25+
**/node_modules
26+
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
27+
2128
- name: Install dependencies
2229
run: npm ci
2330

0 commit comments

Comments
 (0)