Skip to content

Commit

Permalink
build: simply workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
tjx666 committed Aug 28, 2024
1 parent 228f9d1 commit 852802c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false

- name: Install Node.js
uses: actions/setup-node@v4
with:
cache: 'pnpm'
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 852802c

Please sign in to comment.