Skip to content

Commit d426b73

Browse files
committed
Enable Corepack change
1 parent be2661b commit d426b73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/native-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
- name: Enable Corepack
3636
run: corepack enable
3737

38+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
39+
with:
40+
package-manager-cache: false
41+
node-version: 18
42+
cache: 'yarn'
43+
cache-dependency-path: yarn.lock
44+
3845
- name: Install SDK JS Dependencies
3946
run: yarn install
4047

0 commit comments

Comments
 (0)