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
+1 -1
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 }}