From c0a11f9d52c69a49cdd686bd7e075305497909d9 Mon Sep 17 00:00:00 2001 From: peperoncino <2wua4nlyi@gmail.com> Date: Sun, 15 Oct 2023 00:28:39 +0900 Subject: [PATCH] use node18 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b9a38ea..f86756f 100644 --- a/action.yml +++ b/action.yml @@ -9,5 +9,5 @@ inputs: default: ${{ github.token }} required: true runs: - using: "node12" + using: "node18" main: "dist/index.js"