Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.1.3 - abandoned (#1192)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v9.1.3

* bumped pnpm

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored May 30, 2024
1 parent fbe961d commit 8e4ef13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.2
version: 9.1.3
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.2
version: 9.1.3
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webclient-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.1.2
version: 9.1.3
package_json_file: webclient/package.json
run_install: |
- cwd: webclient
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"vue-tsc": "1.8.27"
},
"type": "module",
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}

0 comments on commit 8e4ef13

Please sign in to comment.