fix(ci): setup Node.js before pnpm to avoid 'node not found' error
Build and Deploy / build-and-push (push) Failing after 2s

This commit is contained in:
2026-08-06 14:41:24 +08:00
parent 2cc584713f
commit f68c092520
+5 -5
View File
@@ -22,16 +22,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
working-directory: web
run: pnpm install --frozen-lockfile