Update action.yml

This commit is contained in:
Spencer Comfort 2023-01-25 20:07:25 -05:00 committed by GitHub
parent a7ca329129
commit 323ab9ba08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,5 +33,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: node18 using: node16
main: dist/index.js main: dist/index.js