mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Use node 14
This commit is contained in:
parent
f891eff651
commit
27e5909401
1 changed files with 1 additions and 1 deletions
|
|
@ -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: node14
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue