We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a0ef1 commit ce67a32Copy full SHA for ce67a32
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
-node_js: "9"
+node_js: "10"
3
4
os:
5
- linux
appveyor.yml
@@ -16,7 +16,7 @@ environment:
16
- ATOM_CHANNEL: beta
17
18
install:
19
- - ps: Install-Product node 9
+ - ps: Install-Product node 10
20
21
build_script:
22
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
0 commit comments