Skip to content

Commit bf61a9d

Browse files
committed
ci: 🎡 drop support for old node version and add support for v12
Node v8 and v11 are no longer supported by Node itself. Dropping support for those and adding support to Node v12 BREAKING CHANGE: Node v8 and v11 should still work but they are no longer tested in CI
1 parent c84663e commit bf61a9d

File tree

3 files changed

+1359
-3307
lines changed

3 files changed

+1359
-3307
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v11.12.0
1+
v12.9.1

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ cache:
99
notifications:
1010
email: false
1111
node_js:
12-
- '11'
12+
- '12'
1313
- '10'
14-
- '9'
1514
- '8'
1615
before_script:
1716
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

0 commit comments

Comments
 (0)