diff options
| author | Brendan Allan <[email protected]> | 2026-03-11 16:09:17 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-03-11 16:09:17 +0800 |
| commit | 802416639b9ef55220340db2a82dde4ddf7ff837 (patch) | |
| tree | 5eb3dcf623f9f56bf699a961df43315b0a181230 /.github | |
| parent | 7ec398d8555ca36afbbe2dea450eb6f57d04f16b (diff) | |
| download | opencode-802416639b9ef55220340db2a82dde4ddf7ff837.tar.gz opencode-802416639b9ef55220340db2a82dde4ddf7ff837.zip | |
ci: setup node in tauri build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
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 |
