Skip to content

Commit c1e9074

Browse files
committed
remove a workaround to install Node.js v12 on AppVeyor
appveyor/ci#2921 has been fixed.
1 parent 9b06766 commit c1e9074

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ platform: x64
33
shallow_clone: true
44
skip_tags: true
55
install:
6-
# https://github.com/appveyor/ci/issues/2921
7-
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 12) x64
6+
- ps: Install-Product node '' x64
87
- npm ci
98
build: off
109
test_script: node test.js

0 commit comments

Comments
 (0)