Files
typescript-action/action.yml
Kengo TODA b8a50788a5 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
2022-02-28 11:13:37 +08:00

12 lines
296 B
YAML

name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
milliseconds: # change this
required: true
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node16'
main: 'dist/index.js'