Skip to content

Commit 34f8f99

Browse files
ci: cache deps
1 parent f304bc3 commit 34f8f99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sdk-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: 18
23+
cache: 'npm'
24+
cache-dependency-path: packages/sdk/package-lock.json
2325

2426
- name: Install Dependencies
2527
working-directory: packages/sdk
@@ -47,6 +49,8 @@ jobs:
4749
- uses: actions/setup-node@v4
4850
with:
4951
node-version: 18
52+
cache: 'npm'
53+
cache-dependency-path: packages/sdk/package-lock.json
5054

5155
- name: Install Dependencies
5256
working-directory: packages/sdk
@@ -79,6 +83,8 @@ jobs:
7983
- uses: actions/setup-node@v4
8084
with:
8185
node-version: 18
86+
cache: 'npm'
87+
cache-dependency-path: packages/sdk/package-lock.json
8288

8389
- name: Install Dependencies
8490
working-directory: packages/sdk

0 commit comments

Comments
 (0)