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 ccf836e commit 7ef6ec0Copy full SHA for 7ef6ec0
.github/workflows/tests-release.yml
@@ -27,6 +27,7 @@ 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
32
33
# STEP 2 - basic unit tests
0 commit comments