From 36913aa686e963fcca8157fc4e0df9dcf751fcbd Mon Sep 17 00:00:00 2001 From: South Drifted Date: Sat, 22 Oct 2022 04:05:48 +0800 Subject: [PATCH] Update Node.js from 12 to 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5e98825..e6ddc52 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ inputs: required: false default: "" runs: - using: "node12" + using: "node16" main: "index.js"