From 9f9a1427a4c789d8edfe83148577db13ceda695c Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sat, 15 Oct 2022 20:48:35 +0200 Subject: [PATCH] Bump NodeJS to 16 Fixes #249 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'