Skip to content

Commit

Permalink
update pnpm version (PipedreamHQ#5117)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjschuang authored Jan 5, 2023
1 parent 6cd844f commit ac2afb4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 7.0.0
version: 7.22.0
- name: Get pnpm store directory
id: pnpm-cache
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 7.0.0
version: 7.22.0
- name: Get pnpm store directory
id: pnpm-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-marketplace-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 7.0.0
version: 7.22.0
- name: Get pnpm store directory
id: pnpm-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 7.0.0
version: 7.22.0
- uses: actions/[email protected]
with:
node-version: 14
Expand Down
11 changes: 7 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"pnpm": "^7.0.1",
"pnpm": "^7.22.0",
"putout": ">=20",
"renamer": "^4.0.0",
"ts-jest": "^27.1.4",
Expand Down
17 changes: 12 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac2afb4

Please sign in to comment.