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 99 NPM_TAG : " next"
1010 EMULATOR_NAME : " runtime-emu"
1111 NDK_VERSION : r27
12- ANDROID_API : 29
12+ ANDROID_API : 33
1313 ANDROID_ABI : x86_64
1414 NDK_ARCH : darwin
1515
2727 submodules : true
2828 - uses : actions/setup-node@v3
2929 with :
30- node-version : 18
30+ node-version : 22
3131 registry-url : " https://registry.npmjs.org"
3232 - uses : actions/setup-java@v3
3333 with :
9393 submodules : true
9494 - uses : actions/setup-node@v3
9595 with :
96- node-version : 18
96+ node-version : 22
9797 registry-url : " https://registry.npmjs.org"
9898 - uses : actions/setup-java@v3
9999 with :
@@ -144,7 +144,7 @@ jobs:
144144 steps :
145145 - uses : actions/setup-node@v3
146146 with :
147- node-version : 18
147+ node-version : 22
148148 registry-url : " https://registry.npmjs.org"
149149 - uses : actions/download-artifact@v4
150150 with :
@@ -173,7 +173,7 @@ jobs:
173173 fetch-depth : 0
174174 - uses : actions/setup-node@v3
175175 with :
176- node-version : 18
176+ node-version : 22
177177 - name : Setup
178178 run : npm install
179179 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 55 NPM_TAG : " pr"
66 EMULATOR_NAME : " runtime-emu"
77 NDK_VERSION : r27
8- ANDROID_API : 29
8+ ANDROID_API : 33
99 ANDROID_ABI : x86_64
1010 NDK_ARCH : darwin
1111
2424 submodules : true
2525 - uses : actions/setup-node@v3
2626 with :
27- node-version : 18
27+ node-version : 22
2828 registry-url : " https://registry.npmjs.org"
2929 - uses : actions/setup-java@v3
3030 with :
8989 submodules : true
9090 - uses : actions/setup-node@v3
9191 with :
92- node-version : 18
92+ node-version : 22
9393 registry-url : " https://registry.npmjs.org"
9494 - uses : actions/setup-java@v3
9595 with :
You can’t perform that action at this time.
0 commit comments