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 acd9a03 commit be2661bCopy full SHA for be2661b
.github/workflows/native-tests.yml
@@ -33,13 +33,7 @@ jobs:
33
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
34
35
- 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
+ run: corepack enable
43
44
- name: Install SDK JS Dependencies
45
run: yarn install
0 commit comments