diff --git a/appveyor.yml b/appveyor.yml index 5027bba6f58..ac511b6c97c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ cache: - '%LOCALAPPDATA%\electron-builder\cache' environment: - TEST_FILES: ExtraBuildTest,BuildTest,extraMetadataTest,filesTest,globTest,nsisUpdaterTest,oneClickInstallerTest,installerTest,appxTest + TEST_FILES: ExtraBuildTest,BuildTest,extraMetadataTest,filesTest,globTest,nsisUpdaterTest,oneClickInstallerTest,installerTest install: - ps: Install-Product node 6 x64 diff --git a/docker/7/Dockerfile b/docker/8/Dockerfile similarity index 81% rename from docker/7/Dockerfile rename to docker/8/Dockerfile index de63834ade3..2aff1507345 100644 --- a/docker/7/Dockerfile +++ b/docker/8/Dockerfile @@ -1,4 +1,4 @@ FROM electronuserland/electron-builder:base # /~https://github.com/npm/npm/issues/4531 -RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && apt-get install -y nodejs && curl -L https://npmjs.org/install.sh | sh && npm cache clean && npm config set unsafe-perm true && npm completion >> ~/.bashrc && apt-get clean && rm -rf /var/lib/apt/lists/* \ No newline at end of file +RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs && curl -L https://npmjs.org/install.sh | sh && npm cache clean && npm config set unsafe-perm true && npm completion >> ~/.bashrc && apt-get clean && rm -rf /var/lib/apt/lists/* \ No newline at end of file