Merge pull request #235 from thboop/patch-1

Update default runtime to node16
This commit is contained in:
Josh Gross
2022-02-09 15:46:20 -05:00
committed by GitHub

View File

@@ -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