Merge pull request #266 from yjs/circleci-project-setup

Add .circleci/config.yml
This commit is contained in:
Kevin Jahns 2020-12-12 21:19:41 +01:00 committed by GitHub
commit c3342d0b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.circleci/config.yml Normal file
View File

@ -0,0 +1,7 @@
version: 2.1
orbs:
node: circleci/node@3.0.0
workflows:
node-tests:
jobs:
- node/test