Skip to content

Commit 962e7a4

Browse files
committed
chore: use node.js 24 to release
1 parent f894ce2 commit 962e7a4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Android build
7878
uses: ./.github/actions/build-android
7979
with:
80-
node-version: '20.x'
80+
node-version: '24'
8181
java-version: '17'
8282

8383
ios:
@@ -97,7 +97,7 @@ jobs:
9797
- name: iOS build
9898
uses: ./.github/actions/build-ios
9999
with:
100-
node-version: '20.x'
100+
node-version: '24'
101101

102102
package:
103103
runs-on: macos-15
@@ -116,7 +116,7 @@ jobs:
116116
- name: Package
117117
uses: ./.github/actions/package
118118
with:
119-
node-version: '20.x'
119+
node-version: '24'
120120
java-version: '17'
121121
vtag: ${{ env.vtag }}
122122

maintainer-docs/ci-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For example:
7373
- name: Android build
7474
uses: ./.github/actions/build-android
7575
with:
76-
node-version: '20.x'
76+
node-version: '24'
7777
java-version: '11'
7878
```
7979
@@ -89,7 +89,7 @@ For example:
8989
- name: iOS build
9090
uses: ./.github/actions/build-ios
9191
with:
92-
node-version: '20.x'
92+
node-version: '24'
9393
```
9494

9595
### Package
@@ -104,7 +104,7 @@ For example:
104104
- name: Package
105105
uses: ./.github/actions/package
106106
with:
107-
node-version: '20.x'
107+
node-version: '24'
108108
java-version: '11'
109109
vtag: ${{ env.vtag }}
110110
```

0 commit comments

Comments
 (0)