Skip to content

Commit

Permalink
chore: move to latest supported LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
shikaan committed Sep 3, 2020
1 parent e7a9fd0 commit c38f388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache-key: &cache-key
jobs:
unit:
docker:
- image: cypress/browsers:node13.8.0-chrome81-ff75
- image: cypress/browsers:node12.18.0-chrome83-ff77
environment:
## this enables colors in the output
TERM: xterm
Expand All @@ -31,7 +31,7 @@ jobs:
- run: npm run size
integration:
docker:
- image: cypress/browsers:node13.8.0-chrome81-ff75
- image: cypress/browsers:node12.18.0-chrome83-ff77
environment:
## this enables colors in the output
TERM: xterm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v13.8.0
v12.18.0

0 comments on commit c38f388

Please sign in to comment.