Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit e3a5650

Browse files
committed
ci: use node 12 on windows
1 parent 37ee0cd commit e3a5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
- ATOM_CHANNEL: beta
2121

2222
install:
23-
- ps: Install-Product node 6
23+
- ps: Install-Product node 12
2424

2525
build_script:
2626
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))

0 commit comments

Comments
 (0)