Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.1.2 (#1187)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v9.1.2

* bumped pnpm

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
  • Loading branch information
renovate[bot] and CommanderStorm committed May 22, 2024
1 parent 2d89d53 commit b5c3888
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.1
version: 9.1.2
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
@@ -1,4 +1,4 @@
9.1.1name: Update data from upstream
name: Update data from upstream

on:
schedule:
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.1
version: 9.1.2
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": "pnpm@9.1.1"
"packageManager": "pnpm@9.1.2"
}

0 comments on commit b5c3888

Please sign in to comment.