Skip to content

Commit

Permalink
chore: upgrade pnpm version (#1833)
Browse files Browse the repository at this point in the history
* chore: upgrade pnpm version

* chore: update
  • Loading branch information
boojack authored Jun 15, 2023
1 parent 1b0efc5 commit f1d85ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8.0.0
version: 8
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 8.0.0
version: 8
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"lint": "eslint --ext .js,.ts,.tsx, src",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
},
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.6.1",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
Expand Down
6 changes: 5 additions & 1 deletion web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1d85ee

Please sign in to comment.