We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0382bb commit 0765d84Copy full SHA for 0765d84
.github/workflows/release.yml
@@ -33,11 +33,10 @@ jobs:
33
sudo apt-get update
34
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
35
36
- - name: setup node
37
- uses: actions/setup-node@v4
+ - name: setup bun
+ uses: oven-sh/setup-bun@v2
38
with:
39
- node-version: lts/*
40
- cache: bun
+ bun-version: latest
41
42
- name: install Rust stable
43
uses: dtolnay/rust-toolchain@stable # Set this to dtolnay/rust-toolchain@nightly
0 commit comments