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:
description: The return value of the script, stringified with `JSON.stringify`
runs:
using: node12
using: node16
main: dist/index.js