Skip to content

Commit d6df511

Browse files
zahin tapadarzahin tapadar
authored andcommitted
github workflow
1 parent a6c52e4 commit d6df511

2 files changed

Lines changed: 3 additions & 1803 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,11 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
3838

39-
- name: Setup pnpm
40-
uses: pnpm/action-setup@v3
41-
with:
42-
version: latest
43-
4439
- name: Setup Node.js
4540
uses: actions/setup-node@v4
4641
with:
4742
node-version: '20'
48-
cache: 'pnpm'
43+
cache: 'npm'
4944

5045
- name: Setup Rust
5146
uses: dtolnay/rust-toolchain@stable
@@ -64,11 +59,11 @@ jobs:
6459
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
6560
6661
- name: Install frontend dependencies
67-
run: pnpm install
62+
run: npm install
6863

6964
- name: Lint frontend (ubuntu only)
7065
if: matrix.platform == 'ubuntu-22.04'
71-
run: pnpm run lint
66+
run: npm run lint
7267

7368
- name: Check Rust formatting (ubuntu only)
7469
if: matrix.platform == 'ubuntu-22.04'

0 commit comments

Comments
 (0)