diff --git a/action.yml b/action.yml index 0b82735..c09692b 100644 --- a/action.yml +++ b/action.yml @@ -34,6 +34,6 @@ outputs: udid: description: 'UDID of the launched device, for use with e.g. xcrun command' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js'