summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-03-11 16:09:17 +0800
committerBrendan Allan <[email protected]>2026-03-11 16:09:17 +0800
commit802416639b9ef55220340db2a82dde4ddf7ff837 (patch)
tree5eb3dcf623f9f56bf699a961df43315b0a181230 /.github/workflows
parent7ec398d8555ca36afbbe2dea450eb6f57d04f16b (diff)
downloadopencode-802416639b9ef55220340db2a82dde4ddf7ff837.tar.gz
opencode-802416639b9ef55220340db2a82dde4ddf7ff837.zip
ci: setup node in tauri build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 0dbd04f82..079e6d6f0 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -149,6 +149,10 @@ jobs:
- uses: ./.github/actions/setup-bun
+ - uses: actions/setup-node@v4
+ with:
+ node-version: "24"
+
- name: Cache apt packages
if: contains(matrix.settings.host, 'ubuntu')
uses: actions/cache@v4