Skip to content

Commit 0b0b0fc

Browse files
committed
chore: Upgrade Node.js harness runtime to 24
1 parent 818efcc commit 0b0b0fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/harness-android-emulator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Setup Node.js
9191
uses: actions/setup-node@v4
9292
with:
93-
node-version: '20'
93+
node-version: '24'
9494

9595
- name: Setup JDK 17
9696
uses: actions/setup-java@v5

.github/workflows/harness-aws-device.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Setup Node.js
150150
uses: actions/setup-node@v4
151151
with:
152-
node-version: "20"
152+
node-version: "24"
153153

154154
- name: Setup JDK 17
155155
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)