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
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 10
|
||||||
|
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
id: pnpm-cache
|
id: pnpm-cache
|
||||||
|
|
|
||||||
3
.npmrc
3
.npmrc
|
|
@ -1,5 +1,2 @@
|
||||||
# Build dependencies configuration
|
# Build dependencies configuration
|
||||||
ignored-built-dependencies=esbuild,sharp
|
ignored-built-dependencies=esbuild,sharp
|
||||||
|
|
||||||
# Use frozen lockfile by default
|
|
||||||
frozen-lockfile=true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue