Skip to content

Generate Node.js packages #18

Generate Node.js packages

Generate Node.js packages #18

name: Generate Node.js packages
run-name: Generate Node.js ${{ inputs.VERSION || '18.12.0' }}
on:
workflow_dispatch:
inputs:
VERSION:
description: 'Node.js version to build and upload'
required: true
default: '18.12.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: aparnajyothi-y/versions-package-tools/.github/workflows/build-tool-packages.yml@testarm64win

Check failure on line 26 in .github/workflows/build-node-packages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-node-packages.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-node-packages.yml" -> "aparnajyothi-y/versions-package-tools/.github/workflows/build-tool-packages.yml@testarm64win" : failed to fetch workflow: workflow was not found.
with:
tool-name: "node"
tool-version: ${{ inputs.VERSION || '18.12.0' }}
publish-release: ${{ inputs.PUBLISH_RELEASES || false }}
secrets: inherit