Skip to content

Commit f3bfcd2

Browse files
committed
Build node 12
1 parent 1e36dfd commit f3bfcd2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

node/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ docker pull mcr.microsoft.com/windows/nanoserver:1809
3939

4040
#buildVersion "6.14.4" "6.14" "6"
4141
#buildVersion "8.11.4" "8.11" "8"
42-
buildVersion "10.19.0" "10.19" "10"
43-
#buildVersion "12.16.1" "12.16" "12"
42+
#buildVersion "10.19.0" "10.19" "10"
43+
buildVersion "12.16.1" "12.16" "12"

node/push.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ choco install -y manifest-tool
119119

120120
#pushVersion "6.14.4" "6.14" "6"
121121
#pushVersion "8.11.4" "8.11" "8"
122-
pushVersion "10.19.0" "10.19" "10"
123-
#pushVersion "12.16.1" "12.16" "12"
122+
#pushVersion "10.19.0" "10.19" "10"
123+
pushVersion "12.16.1" "12.16" "12"

node/test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ function testVersion($majorMinorPatch, $yarnVersion) {
3333

3434
#testVersion "6.14.4" "1.6.0"
3535
#testVersion "8.11.4" "1.6.0"
36-
testVersion "10.19.0" "1.21.1"
37-
#testVersion "12.16.1" "1.22.0"
36+
#testVersion "10.19.0" "1.21.1"
37+
testVersion "12.16.1" "1.22.0"

0 commit comments

Comments
 (0)