We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3e9fc commit 306299fCopy full SHA for 306299f
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 20
27
28
- name: Install dependencies
29
- run: npm ci
+ run: npm ci --force
30
31
- name: Build Astro
32
run: npm run build
0 commit comments