8000 ci: build · NativeScript/android@ffcddf4 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffcddf4

Browse files
committed
ci: build
1 parent 1fc6f8c commit ffcddf4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/npm_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
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

@@ -27,7 +27,7 @@ jobs:
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:
@@ -93,7 +93,7 @@ jobs:
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

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
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

@@ -24,7 +24,7 @@ jobs:
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:
@@ -89,7 +89,7 @@ jobs:
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:

0 commit comments

Comments
 (0)
0