Skip to content

Commit

Permalink
fix(circle): update outdated node to lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamas Csaba committed Jul 20, 2021
1 parent 8ec4a37 commit f6332af
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:12.9.1-browsers'
- image: 'circleci/node:lts-browsers'
steps:
- checkout
# Download and cache dependencies
Expand All @@ -22,7 +22,7 @@ jobs:

test-single-app:
docker:
- image: 'circleci/node:12.9.1-browsers'
- image: 'circleci/node:lts-browsers'
steps:
- checkout
# Download and cache dependencies
Expand All @@ -37,7 +37,7 @@ jobs:

test-workspace-app-lib:
docker:
- image: 'circleci/node:12.9.1-browsers'
- image: 'circleci/node:lts-browsers'
steps:
- checkout
# Download and cache dependencies
Expand Down

0 comments on commit f6332af

Please sign in to comment.