Skip to content

Commit 16e57ce

Browse files
JuanJuan
authored andcommitted
Config CircleCI
1 parent b9b98dc commit 16e57ce

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

.circleci/config.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
version: 2.1
22

3-
orbs:
4-
node: circleci/[email protected]
5-
63
workflows:
7-
route4me-nodejs-sdk:
8-
jobs:
9-
- node/test:
10-
version: '14.18'
11-
pkg-manager: npm
4+
test:
5+
jobs:
6+
- test
7+
8+
jobs:
9+
test:
10+
docker:
11+
- image: cimg/node:14.18
12+
steps:
13+
- checkout
14+
- run:
15+
name: Install dependencies
16+
command: npm install
17+
- run:
18+
name: Run Tests
19+
command: npm run test
20+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Access Route4Me's logistics-as-a-service API using our Node.js SDK
22
-------------------
33

44

5+
[![CircleCI](https://circleci.com/gh/route4me/route4me-nodejs-sdk/tree/master.svg?style=svg)](https://circleci.com/gh/route4me/route4me-nodejs-sdk/tree/master)
6+
57
[![npm version](https://img.shields.io/npm/v/route4me-node.svg)][NPM]
68
[![npm downloads](https://img.shields.io/npm/dm/route4me-node.svg)][NPM]
79
[![GitHub stars](https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star)](https://github.com/route4me/route4me-node-sdk)

0 commit comments

Comments
 (0)