We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4348f commit 9da4073Copy full SHA for 9da4073
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
cache: 'npm'
18
19
- name: install packages
20
- run: npm install --package-lock=false
+ run: npm ci
21
22
- name: run check
23
run: npm run check
.github/workflows/publish.yml
@@ -22,6 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
24
node-version: 20
25
+ cache: 'npm'
26
27
- name: install Rust stable
28
uses: dtolnay/rust-toolchain@stable
@@ -43,7 +44,7 @@ jobs:
43
44
run: cargo install trusted-signing-cli@0.3.0
45
46
- name: install frontend dependencies
47
48
49
- uses: tauri-apps/tauri-action@v0
50
env:
0 commit comments