We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742b956 commit a63b0a9Copy full SHA for a63b0a9
1 file changed
.github/workflows/security-analysis.yml
@@ -23,6 +23,7 @@ jobs:
23
uses: actions/setup-node@v1
24
with:
25
node-version: ${{ matrix.node-version }}
26
+ - run: npm install
27
- run: npm install retire
28
- run: node_modules/retire/bin/retire
29
njsscan:
0 commit comments