Skip to content

ci: set node version #7

ci: set node version

ci: set node version #7

Workflow file for this run

name: 🚢 Publish package
on:
push:
tags: ["*"]
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
node_version: v20.11.1

Check failure on line 14 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / 🚢 Publish package

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 14, Col: 5): Unexpected value 'node_version'
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
secrets:
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
# pypi:
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
# secrets:
# PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}