mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 07:19:51 +00:00
Merge pull request #1 from actions/users/tihuang/node12
use node12 instead of node
This commit is contained in:
@ -6,5 +6,5 @@ inputs:
|
||||
description: 'Input to use'
|
||||
default: 'world'
|
||||
runs:
|
||||
using: 'node'
|
||||
main: 'lib/main.js'
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
|
Reference in New Issue
Block a user