Skip to content

Commit

Permalink
Use Node 14 image for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 10, 2020
1 parent ea0e390 commit d9f246d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- run:
name: Post REPL comment
command: ./scripts/post-comment.js
node-v13-latest:
node-v14-latest:
docker:
- image: lukastaegert/circleci-node-v13:latest
- image: rollupcabal/circleci-node-v14:latest
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -80,7 +80,7 @@ workflows:
filters:
tags:
only: /.*/
- node-v13-latest:
- node-v14-latest:
requires:
- analysis
filters:
Expand Down

0 comments on commit d9f246d

Please sign in to comment.