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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 9 deletions

View file

@ -15,9 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- uses: actions/setup-python@v2
with:
python-version: '3.x'