revert(ci): restore working CI config from 060a8f1
Build and Deploy / build-and-push (push) Failing after 2s

This commit is contained in:
2026-08-06 14:44:03 +08:00
parent f68c092520
commit 727c1dd8cb
+5 -5
View File
@@ -22,16 +22,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- 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: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
working-directory: web
run: pnpm install --frozen-lockfile