Skip to content

Commit

Permalink
chore(deps): Downgrade pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 20, 2023
1 parent 9aa4449 commit 6bcc8da
Show file tree
Hide file tree
Showing 5 changed files with 5,645 additions and 5,211 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-affected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: "8.x"
version: "6.x"
- uses: actions/setup-node@v3
with:
node-version: '18.x'
Expand Down
Loading

0 comments on commit 6bcc8da

Please sign in to comment.