Skip to content

Commit df064a7

Browse files
committed
build(windows): remove nodejs v6
1 parent 4dd3248 commit df064a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ environment:
77
- nodejs_version: '11'
88
- nodejs_version: '10'
99
- nodejs_version: '8'
10-
- nodejs_version: '6'
1110
install:
1211
- ps: Install-Product node $env:nodejs_version
1312
- npm i npm@latest -g
1413
- npm install
1514
matrix:
1615
fast_finish: true
17-
build: off
16+
build: 'off'
1817
shallow_clone: true
1918
clone_depth: 1
2019
test_script:

0 commit comments

Comments
 (0)