Skip to content

Commit

Permalink
ci: use Node lts on circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Feb 29, 2020
1 parent c1a501e commit 6c680f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
"ci/build-app":
docker:
- image: circleci/node:11.13.0
- image: circleci/node:lts

working_directory: ~/repo

Expand All @@ -28,7 +28,7 @@ jobs:

"ci/build-all librarys":
docker:
- image: circleci/node:11.13.0
- image: circleci/node:lts

working_directory: ~/repo

Expand All @@ -55,7 +55,7 @@ jobs:

"ci/test":
docker:
- image: cypress/base:11.13.0
- image: cypress/base:12.13.0
steps:
- checkout
- restore_cache:
Expand All @@ -79,7 +79,7 @@ jobs:

"ci/lint":
docker:
- image: circleci/node:11.13.0
- image: circleci/node:lts
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 6c680f9

Please sign in to comment.