Skip to content

Commit

Permalink
#42 Freeze puppeteer versino to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Apr 28, 2020
1 parent 237a269 commit c4b5eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2

if (Get-Command "python" -errorAction SilentlyContinue) {
Write-Host Installing idnits and xml2rfc...
Expand Down Expand Up @@ -38,4 +38,4 @@ $RubyGem = "$Env:ChocolateyToolsLocation\ruby25\bin"
& $RubyGem\gem.cmd install metanorma-cli -v $Env:ChocolateyPackageVersion

Write-Host Checking metanorma-cli
Get-Command metanorma | Select-Object -ExpandProperty Definition
Get-Command metanorma | Select-Object -ExpandProperty Definition

0 comments on commit c4b5eec

Please sign in to comment.