From 6ac5a40009abdc0567a1f822abc22573135a26db Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Mon, 23 Sep 2019 00:29:53 -0700 Subject: [PATCH 1/3] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index d5ae64c0..84fae07e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ init: - git config --global core.autocrlf input install: - - ps: Install-Product node 11 x64 + - ps: Install-Product node 12.10.0 x64 - yarn install build_script: From 8c375da67c76b6054a5876387e25a0a1c0b4b292 Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Mon, 23 Sep 2019 00:37:06 -0700 Subject: [PATCH 2/3] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 84fae07e..5b55b474 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ init: - git config --global core.autocrlf input install: - - ps: Install-Product node 12.10.0 x64 + - ps: Install-Product node 12.10.0 - yarn install build_script: From f6c1454cfc6be29ddd4bed8bc89b967b6391907b Mon Sep 17 00:00:00 2001 From: Piotr Pekala Date: Mon, 23 Sep 2019 00:44:58 -0700 Subject: [PATCH 3/3] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5b55b474..0948a8d3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ init: - git config --global core.autocrlf input install: - - ps: Install-Product node 12.10.0 + - ps: Install-Product node 12 x64 - yarn install build_script: