Skip to content

Commit 80f62f9

Browse files
committed
increase the number of warning occurences that can happen as we added a new client
1 parent b13f0da commit 80f62f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/shared/linux-pre_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ fi
2323

2424
# TODO: move this to the "install" phase?
2525
export NODE_OPTIONS='--max-old-space-size=8192'
26-
npm 2>&1 ci | run_and_report 2 'npm WARN deprecated' 'Deprecated dependencies must be updated.'
26+
npm 2>&1 ci | run_and_report 4 'npm WARN deprecated' 'Deprecated dependencies must be updated.'

0 commit comments

Comments
 (0)