Use node 14

This commit is contained in:
Mateusz Burzyński 2021-08-20 14:47:44 +02:00 committed by GitHub
parent f891eff651
commit 27e5909401
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: node14
main: dist/index.js main: dist/index.js