fix: bump up NodeJS to v16

also follow the Recommended Node TSConfig settings for NodeJS v16
https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-16
This commit is contained in:
Kengo TODA
2021-12-24 13:34:11 +08:00
parent 923e182586
commit b8a50788a5
6 changed files with 9836 additions and 53 deletions

View File

@@ -7,5 +7,5 @@ inputs:
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'