Skip to content

Commit

Permalink
Added Node 16 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed May 12, 2021
1 parent 6ce50df commit 641c33d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -6,6 +6,10 @@ orbs:
node: circleci/node@3.0.0

executors:
node16:
docker:
- image: cimg/node:16.1.0
working_directory: ~/workspace
node14:
docker:
- image: circleci/node:14
Expand Down Expand Up @@ -53,6 +57,9 @@ workflows:
version: 2
push: &push_workflow
jobs:
- build_and_test:
executor: node16
name: node_16
- build_and_test:
executor: node14
name: node_14
Expand Down

0 comments on commit 641c33d

Please sign in to comment.