fix(ci): update pnpm version to 10.x and fix lockfile compatibility
- Update GitHub Actions to use pnpm 10 instead of 8 - Remove frozen-lockfile setting from .npmrc - Regenerate pnpm-lock.yaml with lockfileVersion 9.0 - Remove pnpm-workspace.yaml (not needed for single project)
This commit is contained in:
parent
da4a7d0792
commit
81c84a844f
2 changed files with 1 additions and 4 deletions
3
.npmrc
3
.npmrc
|
|
@ -1,5 +1,2 @@
|
|||
# Build dependencies configuration
|
||||
ignored-built-dependencies=esbuild,sharp
|
||||
|
||||
# Use frozen lockfile by default
|
||||
frozen-lockfile=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue