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 78c0cc8 commit 0c45558Copy full SHA for 0c45558
.github/workflows/build-android.yml
@@ -32,6 +32,14 @@ jobs:
32
java-version: 17
33
distribution: 'temurin'
34
35
+ - name: Setup Node.js
36
+ uses: actions/setup-node@v4
37
+ with:
38
+ node-version: 18
39
+
40
+ - name: Enable Corepack
41
+ run: corepack enable
42
43
- name: Get yarn cache directory path
44
id: yarn-cache-dir-path
45
run: |
.github/workflows/build-ios.yml
@@ -26,9 +26,13 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
- name: Install node
29
- uses: actions/setup-node@v3
30
with:
31
node-version: 18
0 commit comments