From 1904e7e80d640d5724cbfaa22319b8bb01929061 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 26 Jan 2022 13:35:22 -0700 Subject: [PATCH] Upgradle to use node v16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a5e503c..9e5223a 100644 --- a/action.yml +++ b/action.yml @@ -68,7 +68,7 @@ outputs: description: Link to the build scan if any runs: - using: 'node12' + using: 'node16' main: 'dist/main/index.js' post: 'dist/post/index.js'