Skip to content

Commit

Permalink
#42 Freeze puppeteer versino to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Apr 27, 2020
1 parent 237a269 commit f67ad19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Write-Host Installing puppeteer...

& npm i -g puppeteer
& npm i -g puppeteer@3.0.1

if (Get-Command "python" -errorAction SilentlyContinue) {
Write-Host Installing idnits and xml2rfc...
Expand Down

0 comments on commit f67ad19

Please sign in to comment.