File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments