Skip to content

Commit 2acd086

Browse files
action - now runs npm audit fix as well.
1 parent 63c897e commit 2acd086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ BUMP_VERSION=${4}
99
npx npm-check-updates -u
1010

1111
if [ "${PACKAGE_MANAGER}" == 'npm' ]; then
12+
npm audit fix --force
1213
npm i --package-lock-only
1314
elif [ "${PACKAGE_MANAGER}" == 'yarn' ]; then
1415
yarn install

0 commit comments

Comments
 (0)