Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Add Node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien committed Apr 24, 2018
1 parent 7cd88a5 commit f115cbe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
DISTRO: CENTOS
NODEJS: 9

"node-10":
<<: *config_steps
docker:
- image: centos:6.6
environment:
DISTRO: CENTOS
NODEJS: 10

"node-4 musl":
<<: *config_steps
docker:
Expand Down Expand Up @@ -116,6 +124,14 @@ jobs:
DISTRO: ALPINE
NODEJS: 9

"node-10 musl":
<<: *config_steps
docker:
- image: mhart/alpine-node:10
environment:
DISTRO: ALPINE
NODEJS: 10

build_releases: &build_releases
filters:
tags:
Expand All @@ -141,3 +157,7 @@ workflows:
<<: *build_releases
- "node-9 musl":
<<: *build_releases
- "node-10":
<<: *build_releases
- "node-10 musl":
<<: *build_releases
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_js:
- "6"
- "8"
- "9"
- "10"

addons:
apt:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"

platform:
- x86
Expand Down

0 comments on commit f115cbe

Please sign in to comment.