Node 12 template, not JS template

This commit is contained in:
Danny McCormick 2019-06-26 09:11:34 -04:00
parent eeda688ea3
commit 4c5a5d0b73
4 changed files with 6 additions and 6 deletions

View File

@ -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/).

View File

@ -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
View File

@ -1,5 +1,5 @@
{
"name": "javascript-template-action",
"name": "node12-template-action",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,

View File

@ -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",