fix(workflow): switch to npm

This commit is contained in:
/home/neo 2026-03-12 20:48:01 +03:00 committed by GitHub
parent c53259857e
commit 57e1c28cda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ jobs:
workspaces: './src-tauri -> target'
- name: install frontend dependencies
run: pnpm install
run: npm install
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}