Fix: Version as forkflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user