Skip to content

Commit

Permalink
fixed the pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 6, 2024
1 parent b12a619 commit aeaf9df
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
version: 9.1.0
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
version: 9.1.0
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
version: 9.1.0
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 @@ -49,5 +49,5 @@
"vue-tsc": "1.8.27"
},
"type": "module",
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.0"
}

0 comments on commit aeaf9df

Please sign in to comment.