Skip to content

Generate Node.js 16.20.0 #5

Generate Node.js 16.20.0

Generate Node.js 16.20.0 #5

Workflow file for this run

name: Generate Node.js packages
run-name: Generate Node.js ${{ inputs.VERSION || '16.20.0' }}
on:
workflow_dispatch:
inputs:
VERSION:
description: 'Node.js version to build and upload'
required: true
default: '16.20.0'
PUBLISH_RELEASES:
description: 'Whether to publish releases'
required: true
type: boolean
default: false
#pull_request:
# paths-ignore:
#- 'versions-manifest.json'
#- 'LICENSE'
#- '**.md'
#branches:
#- 'main'
jobs:
node:
name: Node
uses: HarithaVattikuti/node-versions/.github/workflows/build-node-packages.yml@testnewversions
with:
tool-name: "node"

Check failure on line 28 in .github/workflows/nodepackage.yml

View workflow run for this annotation

GitHub Actions / Generate Node.js packages

Invalid workflow file

The workflow is not valid. .github/workflows/nodepackage.yml (Line: 28, Col: 18): Invalid input, tool-name is not defined in the referenced workflow.
VERSION: ${{ inputs.VERSION || '16.20.0' }}
PUBLISH_RELEASES: ${{ inputs.PUBLISH_RELEASES || false }}
#tool-version: ${{ inputs.VERSION || '16.20.0' }}
#publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
secrets: inherit