From f4129fb46eaadbab36b5be281b768dfef049df0d Mon Sep 17 00:00:00 2001 From: George Tan Date: Tue, 11 Oct 2022 10:56:24 +0800 Subject: [PATCH] fix Update node version, 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 2e8f8cd..c99a823 100644 --- a/action.yml +++ b/action.yml @@ -15,6 +15,6 @@ inputs: required: false default: 'null' runs: - using: node12 + using: node16 main: dist/index.js post: dist/index.js