Skip to content

Commit f2182a9

Browse files
committed
Build and push node 10.19.0
1 parent 0b6d089 commit f2182a9

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

node/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ docker version
3636

3737
#buildVersion "6.14.4" "6.14" "6"
3838
#buildVersion "8.11.4" "8.11" "8"
39-
40-
buildVersion "12.16.1" "12.16" "12"
39+
buildVersion "10.19.0" "10.19" "10"
40+
#buildVersion "12.16.1" "12.16" "12"

node/push.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@ manifests:
9292
manifest-tool push from-spec pure.yml
9393
}
9494

95+
$ErrorActionPreference = 'SilentlyContinue';
9596
npm install -g rebase-docker-image
97+
$ErrorActionPreference = 'Stop';
9698
choco install -y manifest-tool
9799

98100
#pushVersion "6.14.4" "6.14" "6"
99101
#pushVersion "8.11.4" "8.11" "8"
100-
101-
pushVersion "12.16.1" "12.16" "12"
102+
pushVersion "10.19.0" "10.19" "10"
103+
#pushVersion "12.16.1" "12.16" "12"

node/test.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +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 "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)