Skip to content

ci: pin node to workaround issue #4

ci: pin node to workaround issue

ci: pin node to workaround issue #4

Workflow file for this run

name: Publish To NPM
on:
push:
tags: ["*"]
jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
# Related - https://github.com/tree-sitter/workflows/issues/9
with:
node-version: v20.11.1
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}