Skip to content

Commit

Permalink
chore: update pnpm version on ci
Browse files Browse the repository at this point in the history
The generated lockfile was no longer compatible, so pnpm was not using it on CI.
  • Loading branch information
cexbrayat committed Jun 19, 2023
1 parent fe94949 commit 7039fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7.5.0
version: 8.6.3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7039fd3

Please sign in to comment.