Skip to content

Commit ae67589

Browse files
committed
ci: update package lock before ci
1 parent 98a6503 commit ae67589

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
cache: npm
2525

2626
- name: Install dependencies
27-
run: npm ci
27+
run: |
28+
npm install --package-lock-only
29+
npm ci
30+
2831
- name: Build website
2932
run: npm run build
3033

0 commit comments

Comments
 (0)