Skip to content

Commit be2661b

Browse files
committed
Enable Corepack change
1 parent acd9a03 commit be2661b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/native-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ jobs:
3333
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434

3535
- name: Enable Corepack
36-
run: npm i -g corepack
37-
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
38-
with:
39-
package-manager-cache: false
40-
node-version: 18
41-
cache: 'yarn'
42-
cache-dependency-path: yarn.lock
36+
run: corepack enable
4337

4438
- name: Install SDK JS Dependencies
4539
run: yarn install

0 commit comments

Comments
 (0)