Skip to content

Commit 3ad13bd

Browse files
Update CI
1 parent ce45d35 commit 3ad13bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
docker:
55
# specify the version you desire here
6-
- image: circleci/node:10.13
6+
- image: circleci/node:12.18
77

88
# Specify service dependencies here if necessary
99
# CircleCI maintains a library of pre-built images
@@ -24,7 +24,7 @@ jobs:
2424
# fallback to using the latest cache if no exact match is found
2525
- v1-dependencies-
2626

27-
- run: yarn install
27+
- run: npm ci
2828

2929
- save_cache:
3030
paths:
@@ -34,7 +34,7 @@ jobs:
3434
# run tests!
3535
- run:
3636
name: Run test suites
37-
command: yarn test
37+
command: npm test
3838
- run:
3939
name: Run eslint
40-
command: yarn lint
40+
command: npm run lint

0 commit comments

Comments
 (0)