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
commit 41e1ab4f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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