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 5a00647 commit 07084ddCopy full SHA for 07084dd
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
56
- name: Run audit for production dependencies
57
- run: jlpm audit --groups "dependencies"
+ run: jlpm npm audit --environment production
58
env:
59
60
@@ -78,7 +78,7 @@ jobs:
78
79
80
- name: Run audit for all dependencies
81
- run: jlpm audit
+ run: jlpm npm audit
82
83
84
0 commit comments