File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments