ci: fix node path and lint warnings

This commit is contained in:
Peter Steinberger
2025-11-25 12:08:08 +01:00
parent cee9c28dfa
commit 7e9e8fd9c9
5 changed files with 90 additions and 62 deletions

View File

@@ -34,13 +34,12 @@ 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 --no-frozen-lockfile --ignore-scripts=false
pnpm install --ignore-scripts=false --config.engine-strict=false --config.enable-pre-post-scripts=true || pnpm install --ignore-scripts=false --config.engine-strict=false --config.enable-pre-post-scripts=true
- name: Lint
run: pnpm lint