ci: relax engine check and drop frozen lockfile

main
Peter Steinberger 2025-11-25 12:02:49 +01:00
parent adad036acf
commit cee9c28dfa
1 changed files with 2 additions and 1 deletions

View File

@ -34,12 +34,13 @@ jobs:
- name: Install dependencies
env:
CI: true
NPM_CONFIG_ENGINE_STRICT: "false"
run: |
export PATH="$NODE_BIN:$PATH"
which node
node -v
pnpm -v
pnpm install --frozen-lockfile --ignore-scripts=false
pnpm install --no-frozen-lockfile --ignore-scripts=false
- name: Lint
run: pnpm lint