Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 138dd6c

Browse files
author
Edgar Cruzado
authored
update dev environment (#173)
* update dev environment * update
1 parent 0fbfe43 commit 138dd6c

9 files changed

Lines changed: 802 additions & 1278 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22
jobs:
3-
node8:
3+
node12:
44
docker:
55
# specify the version you desire here
6-
- image: circleci/node:8
6+
- image: circleci/node:12
77

88
steps:
99
- checkout
@@ -55,4 +55,4 @@ workflows:
5555
version: 2
5656
build-and-test:
5757
jobs:
58-
- node8
58+
- node12

0 commit comments

Comments
 (0)