Skip to content

Commit cc4b598

Browse files
committed
prebuilt: add Node 14.x
prebuilt: remove Node v10.x
1 parent 0ffea2d commit cc4b598

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,38 @@ matrix:
2121
- os: linux
2222
dist: trusty
2323
compiler: clang
24-
env: NODE_VERSION="13"
24+
env: NODE_VERSION="14"
2525
addons:
2626
apt:
2727
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
2828
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
2929
- os: linux
3030
dist: trusty
3131
compiler: clang
32-
env: NODE_VERSION="12"
32+
env: NODE_VERSION="13"
3333
addons:
3434
apt:
3535
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
3636
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
3737
- os: linux
38+
dist: trusty
3839
compiler: clang
39-
env: NODE_VERSION="11"
40+
env: NODE_VERSION="12"
4041
addons:
4142
apt:
4243
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
4344
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
4445
- os: linux
4546
compiler: clang
46-
env: NODE_VERSION="10"
47+
env: NODE_VERSION="11"
4748
addons:
4849
apt:
4950
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
5051
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
5152
# OS X
53+
- os: osx
54+
compiler: clang
55+
env: NODE_VERSION="14" # node abi 83
5256
- os: osx
5357
compiler: clang
5458
env: NODE_VERSION="13" # node abi 79
@@ -58,9 +62,6 @@ matrix:
5862
- os: osx
5963
compiler: clang
6064
env: NODE_VERSION="11" # node abi 67
61-
- os: osx
62-
compiler: clang
63-
env: NODE_VERSION="10" # node abi 64
6465
# electron Linux
6566
- os: linux
6667
compiler: clang

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
environment:
22
matrix:
3-
- nodejs_version: 10
4-
platform: x64
5-
- nodejs_version: 10
6-
platform: x86
73
- nodejs_version: 11
84
platform: x64
95
- nodejs_version: 11
@@ -16,6 +12,10 @@ environment:
1612
platform: x64
1713
- nodejs_version: 13
1814
platform: x86
15+
- nodejs_version: 14
16+
platform: x64
17+
- nodejs_version: 14
18+
platform: x86
1919
# electron
2020
- nodejs_version: 12
2121
platform: x64

0 commit comments

Comments
 (0)