mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-08 00:09:45 +00:00
Node 12 template, not JS template
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
# JavaScript Template Action
|
||||
# Node 12 Template Action
|
||||
|
||||
To get started, click the `Use this template` button on this repository [which will create a new repository based on this template](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/).
|
@ -1,5 +1,5 @@
|
||||
name: 'JavaScript Template Action'
|
||||
description: 'Get started with JavaScript actions'
|
||||
name: 'Node 12 Template Action'
|
||||
description: 'Get started with Node actions'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
myInput:
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "javascript-template-action",
|
||||
"name": "node12-template-action",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "javascript-template-action",
|
||||
"name": "node12-template-action",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "javascript template action",
|
||||
"description": "Node 12 template action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
Reference in New Issue
Block a user