Skip to content

Commit

Permalink
fix(frontend): fix builds by using pnpm v10
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Feb 3, 2025
1 parent cb14c15 commit a479c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
with:
version: 9
version: 10

- uses: actions/setup-node@v4
with:
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
with:
version: 9
version: 10

- uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@
]
}
},
"packageManager": "pnpm@9.5.0-beta.0+sha512.c2e60e7ed04e459591c982f2760cd8f7d1f48fe1ca4d46ccbbf8377df1eb2d077ace1e9d334b06250dddf23c03b4562858f77992b9a3bb4a93355aefd173df32"
}
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}

0 comments on commit a479c9f

Please sign in to comment.