Specify node version so angular builds, revert back to ubuntu 22.04
Some checks failed
release-nightly / macos (push) Successful in 1m52s
release-nightly / web-demo (push) Failing after 5m4s

This commit is contained in:
2025-05-29 16:58:47 +09:30
parent 2eca7fc22d
commit 7bda79db00

View File

@@ -26,12 +26,15 @@ jobs:
name: BufPiv_main
path: src-tauri/target/release/bundle/macos/
web-demo:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: browser-actions/setup-chrome@v1
id: setup-chrome
with: