From a700f14d73b884cb733314c5c01dcf32a8f7d30e Mon Sep 17 00:00:00 2001 From: Roman Nazarenko Date: Sat, 12 Nov 2022 16:04:07 +0000 Subject: [PATCH] Run with Node 16 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index aabb18a..5e40608 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ branding: icon: check color: purple runs: - using: "node12" + using: "node16" main: "dist/index.js"