Skip to content

Commit d5f1e36

Browse files
committed
Fix the pnpm version in the pipeline
1 parent 1934c86 commit d5f1e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/setup-node@v4.0.2

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": "^9.1.2"
107+
"pnpm": "v9.1.2"
108108
},
109109
"pnpm": {
110110
"overrides": {

0 commit comments

Comments
 (0)