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 7ef6ec0 commit 98da6bcCopy full SHA for 98da6bc
.github/workflows/tests-release.yml
@@ -27,8 +27,9 @@ jobs:
27
- uses: actions/setup-node@v2
28
with:
29
node-version: '12'
30
- - run: npm i # install to create local package-lock.json but don't cache
31
- - run: npm audit --production # no audit for dev dependencies
+ # install to create local package-lock.json but don't cache the files
+ # also: no audit for dev dependencies
32
+ - run: npm i --package-lock-only && npm audit --production
33
34
# STEP 2 - basic unit tests
35
0 commit comments