Skip to content

Commit 470ebdc

Browse files
committed
Add corepack
1 parent e495295 commit 470ebdc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/native-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ jobs:
6969
java-version: '17'
7070
distribution: 'adopt'
7171

72+
- name: Enable Corepack
73+
run: npm i -g corepack
74+
- uses: actions/setup-node@v5
75+
with:
76+
package-manager-cache: false
77+
node-version: 18
78+
cache: 'yarn'
79+
cache-dependency-path: yarn.lock
80+
7281
- name: Install SDK JS Dependencies
7382
run: yarn install
7483

0 commit comments

Comments
 (0)