Skip to content

Commit b320b16

Browse files
committed
Create config.yml
1 parent 14cab97 commit b320b16

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/node@3.0.0
4+
workflows:
5+
node-tests:
6+
jobs:
7+
- node/test

0 commit comments

Comments
 (0)