From 86288e5488006361c6ae6239830495d73d456605 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Thu, 13 Oct 2022 11:41:37 +0200 Subject: [PATCH] fix: upgrade Node.js 12 to Node.js 16 As Node.js 12 actions are deprecated, we need to upgrade it to Node.js 16 For more information see: 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 5a06b95..13b14ae 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ inputs: required: false default: 3600 runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'unlock'