Skip to content

Commit

Permalink
build: bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
efimk-lu committed Feb 25, 2021
1 parent a71a7cf commit 45f5381
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,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10.16.0
- image: circleci/node:14.3
working_directory: ~/lumigo-cli
steps:
- checkout
Expand All @@ -13,7 +13,7 @@ jobs:

deploy:
docker:
- image: circleci/node:10.16.0
- image: circleci/node:14.3
working_directory: ~/lumigo-cli
steps:
- checkout
Expand Down

0 comments on commit 45f5381

Please sign in to comment.