feat: update action runtime to node 16 (#1074)

* fix: prefer getMultilineInput and getBooleanInput from actions/core

* build: update distribution

* feat: update action runtime to node 16

* ci: update setup-node and cache npm dependencies

* revert: getMultilineInput to getInputAsArray

* build: update distribution
This commit is contained in:
Sibiraj
2022-02-28 10:25:51 +05:30
committed by GitHub
parent a7bb76508d
commit 89265e8d24
4 changed files with 10 additions and 9 deletions

View File

@ -81,7 +81,7 @@ outputs:
pull-request-head-sha:
description: 'The commit SHA of the pull request branch.'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'git-pull-request'