Skip to content

Commit

Permalink
bumped the package manager to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 25, 2024
1 parent d9e8abe commit 0ec125c
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.7.0
version: 9.15.1
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.7.0
version: 9.15.1
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.7.0
version: 9.15.1
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 @@ -53,5 +53,5 @@
"vue-tsc": "2.2.0"
},
"type": "module",
"packageManager": "pnpm@9.7.0"
"packageManager": "pnpm@9.15.1"
}

0 comments on commit 0ec125c

Please sign in to comment.