From d4587a67d30b6bf767cd4ed338d17d7237c18a74 Mon Sep 17 00:00:00 2001 From: cong Date: Thu, 13 Oct 2022 07:21:20 +0800 Subject: [PATCH] Updated to the node16 runtime by default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32f63c5..e732559 100644 --- a/action.yml +++ b/action.yml @@ -19,5 +19,5 @@ inputs: required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'