1 parent 818efcc commit 0b0b0fcCopy full SHA for 0b0b0fc
2 files changed
.github/workflows/harness-android-emulator.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Setup Node.js
91
uses: actions/setup-node@v4
92
with:
93
- node-version: '20'
+ node-version: '24'
94
95
- name: Setup JDK 17
96
uses: actions/setup-java@v5
.github/workflows/harness-aws-device.yml
@@ -149,7 +149,7 @@ jobs:
149
150
151
152
- node-version: "20"
+ node-version: "24"
153
154
155
0 commit comments