From f9deedc941b0047678b01435f46229a343143a6f Mon Sep 17 00:00:00 2001 From: zeromake Date: Thu, 13 Oct 2022 13:43:23 +0800 Subject: [PATCH] update action.yml to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5c84bc9..30f360a 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: The version to use. Should be a semver range or 'latest'. Or use [{repository}#]branch@{branch_name} to select a branch. runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'