From 03c3d82e530d0b6fa1c7e889e77baf5b9f152334 Mon Sep 17 00:00:00 2001 From: Martin Migasiewicz <616250+martinm82@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:28:02 +0200 Subject: [PATCH] fix: upgrade GitHub Action to use Node16 See as well 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 21f7f089..a41ce35b 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ branding: icon: 'tag' color: 'white' runs: - using: 'node12' + using: 'node16' main: 'index.js'