Skip to content

Commit 596c27f

Browse files
committed
fix: use correct package-npm workflow (not package-prebuild)
Uses the same workflow as tree-sitter-swift which successfully builds all 7 platform combinations.
1 parent 83a8c7c commit 596c27f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
prebuild:
18-
uses: tree-sitter/workflows/.github/workflows/package-prebuild.yml@main
17+
npm:
18+
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1919
with:
20-
platforms: >-
21-
windows-2025,
22-
windows-11-arm,
23-
ubuntu-24.04,
24-
ubuntu-24.04-arm,
25-
macos-15,
26-
macos-15-intel
20+
generate: false

0 commit comments

Comments
 (0)