Skip to content

Commit c06385d

Browse files
authored
FE: Update pnpm version (#413)
1 parent 0f2ca72 commit c06385d

File tree

5 files changed

+5165
-4212
lines changed

5 files changed

+5165
-4212
lines changed

.github/workflows/frontend_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222
token: ${{ github.token }}
2323

24-
- uses: pnpm/action-setup@v3.0.0
24+
- uses: pnpm/action-setup@v4.0.0
2525
with:
26-
version: 8.6.12
26+
version: 9.1.2
2727

2828
- name: Install node
2929
uses: actions/[email protected]

frontend/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ Install [pnpm](https://pnpm.io/installation)
2626
npm install -g pnpm
2727
```
2828

29+
Update pnpm
30+
```
31+
npm rm -g pnpm
32+
```
33+
Then reinstall it
34+
35+
or use
36+
```
37+
npm install -g pnpm@<version>
38+
```
39+
2940
Install dependencies
3041
```
3142
pnpm install

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"engines": {
106106
"node": "v18.17.1",
107-
"pnpm": "^8.6.12"
107+
"pnpm": "v9.1.2"
108108
},
109109
"pnpm": {
110110
"overrides": {

0 commit comments

Comments
 (0)