Skip to content

Commit 7ef6ec0

Browse files
committed
fix(ci): run npm install befire npm audit to provide temporary package-lock.json
1 parent ccf836e commit 7ef6ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/setup-node@v2
2828
with:
2929
node-version: '12'
30+
- run: npm i # install to create local package-lock.json but don't cache
3031
- run: npm audit --production # no audit for dev dependencies
3132

3233
# STEP 2 - basic unit tests

0 commit comments

Comments
 (0)