Skip to content

Commit

Permalink
chore: update pnpm version (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig authored May 23, 2024
1 parent 856af0a commit 722f1b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 9.1.0
version: 9.1.2
run_install: |
- args: [--frozen-lockfile]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 9.1.0
version: 9.1.2
run_install: |
- args: [--frozen-lockfile]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 9.1.0
version: 9.1.2
run_install: false

- id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 9.1.0
version: 9.1.2
run_install: false

- id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A sub-package **may** have an additional CONTRIBUTING.md file if needed.

### Pre-Requisites

- [PNPM](https://pnpm.io/installation) >= 9.1.0
- [PNPM](https://pnpm.io/installation) >= 9.1.2
- A [Long-Term Support version](https://nodejs.org/en/about/releases/) of Node.js
- (optional) [commitizen](https://github.com/commitizen/cz-cli#installing-the-command-line-tool) for managing commit messages.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/ui5-community/ui5-ecosystem-showcase.git"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].2",
"scripts": {
"build": "pnpm --filter ui5-app build",
"build:sc": "pnpm --filter ui5-app build:sc",
Expand Down

0 comments on commit 722f1b7

Please sign in to comment.