We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0737d3f commit a8dc93dCopy full SHA for a8dc93d
.github/workflows/pr.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: docker network create frontend
28
29
- name: npm audit
30
- run: docker compose run --rm node --disable-proto npm audit --prefix /app/web/themes/custom/hoeringsportal
+ run: docker compose run --rm node npm audit --disable-proto=delete --prefix /app/web/themes/custom/hoeringsportal
31
32
code-analysis:
33
name: PHP - Code analysis
0 commit comments