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

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