Skip to content

Commit

Permalink
Update ci (#139)
Browse files Browse the repository at this point in the history
This PR updates the CircleCI configuration. The following changes were made:

Update to latest node orb
Update matrix of node versions to latest of each tested version
Add 15.x to node matrix
Change base docker image since npm wouldn't install with the node executor 🤷
Note: Node 12.x tests should be removed on approximately 11/30 when it moves to maintenance.
  • Loading branch information
shawnmcknight authored Nov 7, 2020
1 parent 8c372fe commit 24e008e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 2.1
orbs:
node: circleci/node@3.0.1
node: circleci/node@4.1.0
jobs:
test:
executor: node/default
docker:
- image: cimg/base:stable
parameters:
node-version:
type: string
Expand Down Expand Up @@ -34,6 +35,7 @@ workflows:
matrix:
parameters:
node-version:
- 12.18.0
- 12.19.0
- 13.14.0
- 14.5.0
- 14.15.0
- 15.1.0

0 comments on commit 24e008e

Please sign in to comment.