File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
NPM_TAG : " next"
10
10
EMULATOR_NAME : " runtime-emu"
11
11
NDK_VERSION : r27
12
- ANDROID_API : 29
12
+ ANDROID_API : 33
13
13
ANDROID_ABI : x86_64
14
14
NDK_ARCH : darwin
15
15
27
27
submodules : true
28
28
- uses : actions/setup-node@v3
29
29
with :
30
- node-version : 18
30
+ node-version : 22
31
31
registry-url : " https://registry.npmjs.org"
32
32
- uses : actions/setup-java@v3
33
33
with :
93
93
submodules : true
94
94
- uses : actions/setup-node@v3
95
95
with :
96
- node-version : 18
96
+ node-version : 22
97
97
registry-url : " https://registry.npmjs.org"
98
98
- uses : actions/setup-java@v3
99
99
with :
@@ -144,7 +144,7 @@ jobs:
144
144
steps :
145
145
- uses : actions/setup-node@v3
146
146
with :
147
- node-version : 18
147
+ node-version : 22
148
148
registry-url : " https://registry.npmjs.org"
149
149
- uses : actions/download-artifact@v4
150
150
with :
@@ -173,7 +173,7 @@ jobs:
173
173
fetch-depth : 0
174
174
- uses : actions/setup-node@v3
175
175
with :
176
- node-version : 18
176
+ node-version : 22
177
177
- name : Setup
178
178
run : npm install
179
179
- uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 5
5
NPM_TAG : " pr"
6
6
EMULATOR_NAME : " runtime-emu"
7
7
NDK_VERSION : r27
8
- ANDROID_API : 29
8
+ ANDROID_API : 33
9
9
ANDROID_ABI : x86_64
10
10
NDK_ARCH : darwin
11
11
24
24
submodules : true
25
25
- uses : actions/setup-node@v3
26
26
with :
27
- node-version : 18
27
+ node-version : 22
28
28
registry-url : " https://registry.npmjs.org"
29
29
- uses : actions/setup-java@v3
30
30
with :
89
89
submodules : true
90
90
- uses : actions/setup-node@v3
91
91
with :
92
- node-version : 18
92
+ node-version : 22
93
93
registry-url : " https://registry.npmjs.org"
94
94
- uses : actions/setup-java@v3
95
95
with :
You can’t perform that action at this time.
0 commit comments