File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ if ( $null -eq $env:ChocolateyInstall ) {
23
23
New-Item - Path " ${PSScriptRoot} \..\tmp\chocolatey" - ItemType " directory" - ErrorAction:SilentlyContinue
24
24
choco source add -- name= " cache" -- source= " ${PSScriptRoot} \..\tmp\chocolatey" -- priority= 1
25
25
26
- # Install nodejs v16.14.2 (will use cache if exists)
26
+ # Install nodejs v16.15.1 (will use cache if exists)
27
27
$nodejs = " nodejs.install"
28
- choco install " $nodejs " -- version= " 16.14.2 " -- require- checksums - y
28
+ choco install " $nodejs " -- version= " 16.15.1 " -- require- checksums - y
29
29
# Internalise nodejs to cache if doesn't exist
30
- if ( -not (Test-Path - Path " ${PSScriptRoot} \..\tmp\chocolatey\$nodejs \$nodejs .16.14.2 .nupkg" - PathType Leaf) ) {
30
+ if ( -not (Test-Path - Path " ${PSScriptRoot} \..\tmp\chocolatey\$nodejs \$nodejs .16.15.1 .nupkg" - PathType Leaf) ) {
31
31
Save-ChocoPackage - PackageName $nodejs
32
32
}
You can’t perform that action at this time.
0 commit comments