Skip to content

Commit 2f5ccce

Browse files
Add .circleci/config.yml (#399)
1 parent b5feee3 commit 2f5ccce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2.1
2+
orbs:
3+
node: circleci/[email protected]
4+
workflows:
5+
node-tests:
6+
jobs:
7+
- node/test

0 commit comments

Comments
 (0)