Skip to content

Commit

Permalink
chore: add node 14 to circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 8, 2020
1 parent 76a9f74 commit 01dbb3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
<<: *scripts
docker:
- image: circleci/node:13
node-14:
<<: *scripts
docker:
- image: circleci/node:14

workflows:
version: 2
Expand All @@ -30,3 +34,4 @@ workflows:
- node-10
- node-12
- node-13
- node-14

0 comments on commit 01dbb3a

Please sign in to comment.