Lint: Make Happy :)
This commit is contained in:
6
.github/workflows/publish-npm.yml
vendored
6
.github/workflows/publish-npm.yml
vendored
@@ -6,14 +6,14 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
node-version:
|
||||
description: "Node.js version"
|
||||
description: 'Node.js version'
|
||||
required: true
|
||||
default: "lts/*"
|
||||
default: 'lts/*'
|
||||
type: string
|
||||
secrets:
|
||||
NPM_TOKEN:
|
||||
required: true
|
||||
description: "NPM token"
|
||||
description: 'NPM token'
|
||||
|
||||
env:
|
||||
NODE_VERSION: lts/*
|
||||
|
||||
Reference in New Issue
Block a user