mirror of
https://github.com/actions/github-script.git
synced 2025-12-09 12:26:21 +00:00
Merge pull request #235 from thboop/patch-1
Update default runtime to node16
This commit is contained in:
@@ -27,5 +27,5 @@ outputs:
|
|||||||
result:
|
result:
|
||||||
description: The return value of the script, stringified with `JSON.stringify`
|
description: The return value of the script, stringified with `JSON.stringify`
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node16
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|||||||
Reference in New Issue
Block a user