Skip to content

Commit

Permalink
ci: pnpm v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Jun 16, 2020
1 parent 834c705 commit e68c1b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g pnpm@4
npm install -g pnpm@5
pnpm i --frozen-lockfile
env:
HUSKY_SKIP_INSTALL: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g pnpm@4
npm install -g pnpm@5
pnpm i --frozen-lockfile
env:
HUSKY_SKIP_INSTALL: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g pnpm@4
npm install -g pnpm@5
pnpm i --frozen-lockfile
env:
HUSKY_SKIP_INSTALL: 1
Expand Down

0 comments on commit e68c1b3

Please sign in to comment.