Skip to content

Commit ae5e21b

Browse files
committed
feat(Node.js): Add Node.js 12 to CI
Node.js 12 (and especially Node.js 12.9) is supposed to be significantly faster than previous versions, especially when it comes to parsing JSON, which is often a bottleneck for Pelias importers. https://nodejs.org/en/blog/release/v12.9.0/ https://v8.dev/blog/v8-release-76
1 parent 07352d8 commit ae5e21b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ notifications:
55
node_js:
66
- 8
77
- 10
8+
- 12
89
matrix:
910
fast_finish: true
1011
script: npm run travis
@@ -16,6 +17,6 @@ branches:
1617
jobs:
1718
include:
1819
- stage: release
19-
node_js: 10
20+
node_js: 12
2021
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
2122
if: (branch = master) AND ( type = push )

0 commit comments

Comments
 (0)