Skip to content

Commit f8f845d

Browse files
committed
chore: update pnpm version on ci
The generated lockfile was no longer compatible, so pnpm was not using it on CI.
1 parent fe94949 commit f8f845d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/[email protected]
2525
with:
26-
version: 7.5.0
26+
version: 8.6.3
2727
- name: Use Node.js ${{ matrix.node }}
2828
uses: actions/setup-node@v3
2929
with:

0 commit comments

Comments
 (0)