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": [