Skip to content

Commit 814bfbc

Browse files
committed
fix: run corepack enable before calling pnpm
1 parent 4f15b1a commit 814bfbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'pnpm'
31+
- run: corepack enable
32+
- run: corepack prepare pnpm@latest-8 --activate
3133
- run: pnpm install
3234
- run: pnpm lint
3335
- run: pnpm build

0 commit comments

Comments
 (0)