There was an error while loading. Please reload this page.
1 parent a37f1ba commit 22eb5c9Copy full SHA for 22eb5c9
1 file changed
.github/workflows/cf_pages.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node
27
uses: actions/setup-node@v4
28
with:
29
- node-version: "18"
+ node-version: "22"
30
cache: npm
31
cache-dependency-path: ./package-lock.json
32
@@ -38,7 +38,7 @@ jobs:
38
restore-keys: astro-cache
39
40
- name: Install dependencies
41
- run: npm ci
+ run: npm ci --legacy-peer-deps
42
43
- name: Build with Astro
44
run: npm run build
0 commit comments