Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Update circleci config
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
sirreal committed Nov 2, 2021
1 parent 2b0c5da commit 4559772
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
machine:
node:
version: 5.11.1
version: 2.1

jobs:
test:
docker:
- image: node:lts-slim
steps:
- checkout
- npm install
- npm run test

0 comments on commit 4559772

Please sign in to comment.