Skip to content

Commit

Permalink
Run tests in Node 14
Browse files Browse the repository at this point in the history
It's the latest LTS version
  • Loading branch information
mroderick committed Jan 5, 2021
1 parent 92dbb47 commit 2608a71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
name: Test
command: npm run test-node

node-13:
node-14:
docker:
- image: circleci/node:13
- image: circleci/node:14
steps:
- *attach-step
- run:
Expand Down Expand Up @@ -120,7 +120,7 @@ workflows:
- node-12:
requires:
- install-dependencies
- node-13:
- node-14:
requires:
- install-dependencies
- integration-tests:
Expand All @@ -129,7 +129,7 @@ workflows:
- lint
- node-10
- node-12
- node-13
- node-14
- saucelabs:
context: SAUCE_LABS
requires:
Expand Down

0 comments on commit 2608a71

Please sign in to comment.