feat: update action runtime to node 16

This commit is contained in:
Sibiraj 2022-02-27 08:29:24 +05:30
parent e5b1abe130
commit 86a3a4b8e2
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/setup-python@v2
with:
python-version: '3.x'

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'