ci: relax engine check and drop frozen lockfile

This commit is contained in:
Peter Steinberger
2025-11-25 12:02:49 +01:00
parent adad036acf
commit cee9c28dfa

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