Skip to content

Commit

Permalink
Lock puppeteer version for now (puppeteer/puppeteer#5610)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlowry committed Apr 21, 2020
1 parent 66134ea commit 7607e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
@@ -1,5 +1,5 @@
if [ ! -d node_modules/puppeteer ] || [ ! -d node_modules/@userdashboard/dashboard ]; then
npm install puppeteer @userdashboard/dashboard --no-save
npm install puppeteer@2.1.1 @userdashboard/dashboard --no-save
fi
PARAMS=""
if [ ! -z "$1" ]; then
Expand Down

0 comments on commit 7607e67

Please sign in to comment.