BLOG-8 fix: wrong directory
Some checks failed
Frontend CI / build (push) Failing after 33s

This commit is contained in:
SquidSpirit 2025-01-18 17:21:02 +08:00
parent f0e247d5e3
commit dc73ef180b

View File

@ -1,6 +1,10 @@
name: Frontend CI
on: [push]
defaults:
run:
working-directory: ./frontend
jobs:
build:
runs-on: ubuntu-latest
@ -10,12 +14,15 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
run_install: false
- name: Install Node.js
- name: Install node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache: "pnpm"
- name: Install dependencies
run: pnpm install