From 48583e666e84baf547a1a9f001ace50b95e3318e Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Wed, 4 Oct 2023 23:19:55 -0700 Subject: [PATCH] Update to Node 16 (#15) Co-authored-by: Sean Middleditch --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 551d400..e454ff6 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ inputs: description: 'Proxy server' required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'