Skip to content

Commit 6b0a896

Browse files
committed
fix CI bitrot
1 parent 1f4348f commit 6b0a896

4 files changed

Lines changed: 22 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
cache: 'npm'
1818

1919
- name: install packages
20-
run: npm install --package-lock=false
20+
run: npm ci
2121

2222
- name: run check
2323
run: npm run check

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
25+
cache: 'npm'
2526

2627
- name: install Rust stable
2728
uses: dtolnay/rust-toolchain@stable
@@ -43,7 +44,7 @@ jobs:
4344
run: cargo install trusted-signing-cli@0.3.0
4445

4546
- name: install frontend dependencies
46-
run: npm install --package-lock=false
47+
run: npm ci
4748

4849
- uses: tauri-apps/tauri-action@v0
4950
env:

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@catppuccin/palette": "^1.0.3",
17-
"@tauri-apps/api": "~2.5.0",
17+
"@tauri-apps/api": "~2.4.0",
1818
"@tauri-apps/plugin-shell": "~2.2.0",
1919
"feather-icons": "^4.29.1",
2020
"modern-normalize": "^2.0.0"

0 commit comments

Comments
 (0)