feat: revert update action runtime to node 16

This commit is contained in:
Peter Evans 2022-02-28 21:17:05 +09:00
parent 89265e8d24
commit 18f7dc018c
4 changed files with 9 additions and 10 deletions

View file

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