From b5f16ae54b21667e3af8a1bd015ec069c8237674 Mon Sep 17 00:00:00 2001 From: "Geoffrey.C" Date: Thu, 3 Mar 2022 16:56:19 +0800 Subject: [PATCH] feat: switch operating environment to node16 switch operating environment to node16 BREAKING CHANGE: switch operating environment to node16 #92, #96 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4af2e90..32b2ee23 100644 --- a/action.yml +++ b/action.yml @@ -44,5 +44,5 @@ outputs: last_release_version: description: 'Version of the previous release, if there was one.' runs: - using: 'node12' + using: 'node16' main: 'index.js'