Skip to content

Commit

Permalink
chore(ci): drop Node.js 8 and add Node.js 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE:  This library will no longer be tested on Node.js 8 and as such will not be guaranteed to work on this version of Node.js. We support LTS versions of Node.js as they are specified here: https://github.com/nodejs/Release#release-schedule
  • Loading branch information
gurpreetatwal committed Nov 20, 2020
1 parent ce10ae6 commit 460dc02
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 741 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js

node_js:
- '14'
- '12'
- '10'
- '8'

cache:
directories:
Expand Down Expand Up @@ -31,5 +31,5 @@ after_script:
jobs:
include:
- stage: publish
node_js: '10'
node_js: '14'
script: semantic-release
Loading

0 comments on commit 460dc02

Please sign in to comment.