From a0a3cb14a5fca24ae41f58f2a1799b8afa36bd5c Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Mon, 17 Aug 2026 06:05:22 +0900 Subject: [PATCH] Bump NodeJS (20 -> 24) --- .nvmrc | 2 +- CHANGELOG.md | 1 + action.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 9a2a0e2..54c6511 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20 +v24 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a662c5..9f2fc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Add a `settle_timeout_seconds` option (unset by default, preserving current behavior) to optionally wait, after boot, for the Simulator's background daemon-spawning CPU burst to subside before continuing. +- Bump NodeJS to 24. ## v5 diff --git a/action.yml b/action.yml index ef462a8..72a04ee 100644 --- a/action.yml +++ b/action.yml @@ -83,6 +83,6 @@ outputs: udid: description: 'UDID of the launched device, for use with e.g. xcrun command' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' post: 'dist/index.js'