Skip to content

Commit 8024166

Browse files
committed
ci: setup node in tauri build
1 parent 7ec398d commit 8024166

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ jobs:
149149
150150
- uses: ./.github/actions/setup-bun
151151

152+
- uses: actions/setup-node@v4
153+
with:
154+
node-version: "24"
155+
152156
- name: Cache apt packages
153157
if: contains(matrix.settings.host, 'ubuntu')
154158
uses: actions/cache@v4

0 commit comments

Comments
 (0)