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

Commit

Permalink
chore: Run tests on node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
tleunen committed Apr 19, 2021
1 parent be4f61b commit ce6e1fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ jobs:
test_with_node_14:
docker:
- image: circleci/node:14
steps:
- checkout
- run:
name: Install dependencies
command: npm install
- run:
name: Test
command: npm run test
test_with_node_15:
docker:
- image: circleci/node:15
steps:
- checkout
- run:
Expand All @@ -43,3 +54,4 @@ workflows:
- test_with_node_10
- test_with_node_12
- test_with_node_14
- test_with_node_15

0 comments on commit ce6e1fc

Please sign in to comment.