Skip to content

Commit 9da4073

Browse files
committed
fix CI bitrot
1 parent 1f4348f commit 9da4073

2 files changed

Lines changed: 3 additions & 2 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:

0 commit comments

Comments
 (0)