From 53560f13230daa3d2379c07fc5d390957e6783da Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 13 Oct 2022 14:04:51 -0700 Subject: [PATCH] Update to Node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9c5b36d2f..0bc89f62d 100644 --- a/action.yml +++ b/action.yml @@ -63,5 +63,5 @@ inputs: description: 'custom script to run - e.g. `./gradlew connectedCheck`' required: true runs: - using: 'node12' + using: 'node16' main: 'lib/main.js'