Skip to content

Commit d8ba234

Browse files
authored
fix(ci): do not use corepack for installing pnpm
1 parent ca40988 commit d8ba234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ cache:
66
- "~/.pnpm-store"
77

88
before_install:
9-
- corepack enable
10-
- corepack prepare pnpm@latest-9 --activate
9+
- npm install -g pnpm
1110
- pnpm config set store-dir ~/.pnpm-store
1211

1312
install:

0 commit comments

Comments
 (0)