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 f304bc3 commit 34f8f99Copy full SHA for 34f8f99
.github/workflows/sdk-ci.yml
@@ -20,6 +20,8 @@ jobs:
20
- uses: actions/setup-node@v4
21
with:
22
node-version: 18
23
+ cache: 'npm'
24
+ cache-dependency-path: packages/sdk/package-lock.json
25
26
- name: Install Dependencies
27
working-directory: packages/sdk
@@ -47,6 +49,8 @@ jobs:
47
49
48
50
51
52
53
54
55
56
@@ -79,6 +83,8 @@ jobs:
79
83
80
84
81
85
86
87
82
88
89
90
0 commit comments