Skip to content

Commit

Permalink
fix: Update github actions pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Aug 22, 2024
1 parent dccd430 commit 1d482c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.5.0
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/[email protected]
with:
version: 8
version: 9
- name: Install dependency
run: pnpm install
- name: Lint
Expand Down

0 comments on commit 1d482c8

Please sign in to comment.