Skip to content

Commit

Permalink
ci: fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Dec 21, 2023
1 parent 027fe36 commit 75f40dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install pnpm (node 14)
if: ${{ matrix.node-version == '14.x' }}
run: npm install -g @pnpm/exe@8.6.2
run: npm install -g @pnpm/exe@8.12.1

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 75f40dc

Please sign in to comment.