Skip to content

Commit 22eb5c9

Browse files
committed
Update Node version to 22
1 parent a37f1ba commit 22eb5c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cf_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "18"
29+
node-version: "22"
3030
cache: npm
3131
cache-dependency-path: ./package-lock.json
3232

@@ -38,7 +38,7 @@ jobs:
3838
restore-keys: astro-cache
3939

4040
- name: Install dependencies
41-
run: npm ci
41+
run: npm ci --legacy-peer-deps
4242

4343
- name: Build with Astro
4444
run: npm run build

0 commit comments

Comments
 (0)