Skip to content

Commit 034c05f

Browse files
committed
prebuilt: re-enable Node 10 [publish binary]
1 parent c196b05 commit 034c05f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ matrix:
4949
apt:
5050
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
5151
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
52+
- os: linux
53+
compiler: clang
54+
env: NODE_VERSION="10"
55+
addons:
56+
apt:
57+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
58+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
5259
# OS X
5360
- os: osx
5461
compiler: clang
@@ -62,6 +69,9 @@ matrix:
6269
- os: osx
6370
compiler: clang
6471
env: NODE_VERSION="11" # node abi 67
72+
- os: osx
73+
compiler: clang
74+
env: NODE_VERSION="10" # node abi 67
6575
# electron Linux
6676
- os: linux
6777
compiler: clang

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## 5.0.0
4-
- prebuilt: Node 14 support, dropped support for all version of Node < 11 [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)
4+
- prebuilt: Node 14 support, dropped support for all version of Node < 10 [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)
55
- prebuilt: add electron 7.2 [#1324](https://github.com/mapbox/node-sqlite3/pull/1324)
66
- napi: refactor codebase to use N-API instead of NAN (+ various improvements) [#1304](https://github.com/mapbox/node-sqlite3/pull/1304)
77
- trace: don't require throw to add trace info for verbose [#1317](https://github.com/mapbox/node-sqlite3/pull/1317)

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
environment:
22
matrix:
3+
- nodejs_version: 10
4+
platform: x64
5+
- nodejs_version: 10
6+
platform: x86
37
- nodejs_version: 11
48
platform: x64
59
- nodejs_version: 11

0 commit comments

Comments
 (0)