Fix: Version as forkflow

This commit is contained in:
2025-11-16 14:26:15 +09:00
parent c5ae0f05e3
commit cdbfff4ad2
+6 -9
View File
@@ -1,7 +1,6 @@
name: Build and Deploy to Cloudflare Pages
name: Deploy
on:
pull_request: {}
push:
branches: ["main"]
@@ -16,16 +15,14 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22.16.0
cache: pnpm
- name: Setup pnpm
- name: Setup pnpm and Install deps
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Install deps
run: pnpm install --frozen-lockfile
version: 10.17.0
run_install: true
- name: Build Astro
run: pnpm build