Skip to content

Commit

Permalink
chore(ci): fix test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Dec 18, 2023
1 parent 6a53597 commit f3a42e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 9
version: 8

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
cache-dependency-path: './ui/pnpm-lock.yaml'

- name: Install Dependencies
run: pnpm --dir ./ui install --frozen-lockfile
Expand Down

0 comments on commit f3a42e8

Please sign in to comment.