From 606f67579a39817a30a86b062171e871e9d33139 Mon Sep 17 00:00:00 2001 From: marocchino Date: Fri, 14 Oct 2022 21:20:27 +0900 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20node=2016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tool-versions | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 243b5df..048be47 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16.15.1 +nodejs 16.17.0 diff --git a/action.yml b/action.yml index a81c97e..cb57d7b 100644 --- a/action.yml +++ b/action.yml @@ -51,5 +51,5 @@ inputs: default: '${{ github.token }}' required: false runs: - using: "node12" + using: "node16" main: "dist/index.js"