From 1c10efbb7a40523348339e6c088df19fba0d92b8 Mon Sep 17 00:00:00 2001 From: Ben Macpherson Date: Wed, 12 Oct 2022 17:18:44 +1100 Subject: [PATCH] Bump to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9a9914c6..aea79f6a 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' \ No newline at end of file