From 2e3b71e675a0312f889ee749a6b99fdae2d39e68 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Mon, 27 May 2024 23:38:36 -0400 Subject: [PATCH] ci: pin `node` to workaround issue --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 865e80b..5b8ea1b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,5 +7,8 @@ on: 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}} \ No newline at end of file