From 0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 22 Mar 2023 08:45:37 +0100 Subject: [PATCH] Use node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e30718da..aecc633c 100644 --- a/action.yml +++ b/action.yml @@ -24,5 +24,5 @@ outputs: description: "Npm version from engines field in package.json" runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'