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'