From 6039f71cf0f361a4d7329c9e3886a8e88751e615 Mon Sep 17 00:00:00 2001 From: olafurnielsen <69799161+olafurnielsen@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:57:29 +0000 Subject: [PATCH] Update action settings to use Node v16 runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 826cf7801..a34f783cc 100644 --- a/action.yml +++ b/action.yml @@ -32,5 +32,5 @@ branding: icon: 'webapp.svg' color: 'blue' runs: - using: 'node12' + using: 'node16' main: 'lib/main.js'