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 - name: Install dependencies
env: env:
CI: true CI: true
NPM_CONFIG_ENGINE_STRICT: "false"
run: | run: |
export PATH="$NODE_BIN:$PATH" export PATH="$NODE_BIN:$PATH"
which node which node
node -v node -v
pnpm -v pnpm -v
pnpm install --frozen-lockfile --ignore-scripts=false pnpm install --no-frozen-lockfile --ignore-scripts=false
- name: Lint - name: Lint
run: pnpm lint run: pnpm lint