Skip to content

Commit

Permalink
ci: lock pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed May 31, 2020
1 parent 91cb18f commit d95babd
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
npm install -g pnpm@4
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
npm install -g pnpm@4
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
npm install -g pnpm@4
pnpm i --frozen-lockfile
env:
HUSKY_SKIP_INSTALL: 1
Expand Down

0 comments on commit d95babd

Please sign in to comment.