diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7865ee82d..aa4cd3708 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,5 +18,7 @@ jobs: npm ci npm run build --if-present npm test + npm install standard --save-dev + standard || true # several files are still on compliant env: CI: true