Disable frozen install in CI
This commit is contained in:
parent
eeb8b35834
commit
f0c2e46e07
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm install --no-frozen-lockfile
|
||||
- run: pnpm --version
|
||||
- run: pnpm check
|
||||
- run: pnpm build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user