From 3d522858bf2cb0e0d66162295b858d82045972fd Mon Sep 17 00:00:00 2001 From: bubkoo Date: Mon, 17 Oct 2022 11:10:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20running=20action=20on?= =?UTF-8?q?=20Node16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 16bec65..4975b12 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ inputs: required: false runs: - using: node12 + using: node16 main: dist/index.js branding: diff --git a/package.json b/package.json index b7d9c2f..4f2f06e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "welcome", - "version": "1.0.3", + "version": "1.1.0", "description": "GitHub action to give a welcome comment on first issue or PR 💖", "main": "dist/index.js", "files": [