Skip to content

Commit

Permalink
ci: 馃帯 keep pnpm to v6 to avoid breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed May 2, 2022
1 parent 1262220 commit 7472c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-for-pr.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 15.x

- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@6 -g
- name: load cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
node-version: 15.x
- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@6 -g
- name: load cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 15.x

- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@6 -g
- name: load cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
node-version: 15.x
- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@6 -g
- name: load cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7472c43

Please sign in to comment.