From 50f8578df565ecf193e9bbbf6acd76c66b34d92e Mon Sep 17 00:00:00 2001 From: Matt Verrinder Date: Tue, 11 Oct 2022 21:57:27 +0100 Subject: [PATCH] Update to use Node.js 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a48d71..e88ae5b 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ outputs: description: 'The resulting location of msbuild for your inputs' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'