mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-26 20:02:48 +08:00
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:
@@ -7,5 +7,5 @@ inputs:
|
||||
description: 'input description here'
|
||||
default: 'default value if applicable'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user