Skip to content

Commit 17c9c24

Browse files
author
Shaun Prince
committed
update deployment
1 parent 094701d commit 17c9c24

File tree

6 files changed

+3261
-551
lines changed

6 files changed

+3261
-551
lines changed

.github/workflows/deploy.yml

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
with:
1818
node-version: '22'
1919

20+
- name: Cache dependencies
21+
uses: actions/cache@v3
22+
with:
23+
path: ~/.npm
24+
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
25+
restore-keys: |
26+
${{ runner.OS }}-node-
27+
2028
- name: Install dependencies
2129
run: npm ci
2230

0 commit comments

Comments
 (0)