mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Merge pull request #235 from thboop/patch-1
Update default runtime to node16
This commit is contained in:
commit
41e1ab4f53
1 changed files with 1 additions and 1 deletions
|
|
@ -27,5 +27,5 @@ outputs:
|
|||
result:
|
||||
description: The return value of the script, stringified with `JSON.stringify`
|
||||
runs:
|
||||
using: node12
|
||||
using: node16
|
||||
main: dist/index.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue