Skip to content

Commit

Permalink
ci: specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
stone-zeng committed Sep 12, 2023
1 parent ef05da6 commit d283776
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit d283776

Please sign in to comment.