Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
chore(ci): update list of Node.js versions (#153)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node.js v4

Node.js v4 is EOL since 2018-04-30.
  • Loading branch information
amtrack authored Jun 28, 2018
1 parent efcb371 commit 70a3eab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- v8
- v6
- v4
- "10"
- "8"
- "6"
script:
- npm test
- npm run fmt
Expand All @@ -11,7 +11,7 @@ jobs:
include:
- stage: release
if: branch = master
node_js: v8
node_js: "10"
script:
- npm install --global semantic-release@15
- semantic-release
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '8'
- nodejs_version: '6'
- nodejs_version: '4'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down

0 comments on commit 70a3eab

Please sign in to comment.