Skip to content

Commit

Permalink
FE: Update pnpm version (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrdich committed May 25, 2024
1 parent 0f2ca72 commit c06385d
Show file tree
Hide file tree
Showing 5 changed files with 5,165 additions and 4,212 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ github.token }}

- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.12
version: 9.1.2

- name: Install node
uses: actions/[email protected]
Expand Down
11 changes: 11 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ Install [pnpm](https://pnpm.io/installation)
npm install -g pnpm
```

Update pnpm
```
npm rm -g pnpm
```
Then reinstall it

or use
```
npm install -g pnpm@<version>
```

Install dependencies
```
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"engines": {
"node": "v18.17.1",
"pnpm": "^8.6.12"
"pnpm": "v9.1.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit c06385d

Please sign in to comment.