Skip to content

Commit

Permalink
chore: Update node in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Nov 16, 2021
1 parent b9ddd06 commit c59c025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 2.1
aliases:
node-executor: &node-executor
docker:
- image: circleci/node:12.13
- image: circleci/node:14

e2e-executor: &e2e-executor
docker:
- image: cypress/browsers:node12.18.3-chrome87-ff82
- image: cypress/browsers:node14.15.0-chrome86-ff82

restore_cache: &restore_cache
restore_cache:
Expand Down

0 comments on commit c59c025

Please sign in to comment.