Skip to content

Commit db26196

Browse files
committed
ci: always use npm ci to install
1 parent 9622c9e commit db26196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 18
2424

2525
- name: 📥 Install dependencies
26-
run: npm install
26+
run: npm ci
2727

2828
- name: ▶️ Run lint script
2929
run: npm run lint

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 18
2525

2626
- name: 📥 Install deps
27-
run: npm install
27+
run: npm ci
2828

2929
- name: 👔 Format
3030
run: npm run format

0 commit comments

Comments
 (0)