Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmo2233 authored Dec 18, 2023
1 parent 6939559 commit 70a1fda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]

- name: Install pnpm
run: npm install pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 70a1fda

Please sign in to comment.