Skip to content

Commit 1bdf138

Browse files
committed
Remove legacy peer dependencies flag from npm install command
1 parent 3bc28e3 commit 1bdf138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cf_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
restore-keys: astro-cache
4141

4242
- name: Install dependencies
43-
run: npm ci --legacy-peer-deps
43+
run: npm ci
4444

4545
- name: Build with Astro
4646
run: npm run build

0 commit comments

Comments
 (0)