From 57b60919f3badb3cef74d880dfec0319441760b8 Mon Sep 17 00:00:00 2001 From: Justin Ratra Date: Fri, 5 May 2023 21:41:02 +0700 Subject: [PATCH] chore: bump to node v16 All actions will run on node16 in the near future. More info here: 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 2661e4f6..50b6d570 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ branding: icon: 'chevron-right' color: 'gray-dark' runs: - using: 'node12' + using: 'node16' main: 'index.js'