We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5feee3 commit 2f5ccceCopy full SHA for 2f5ccce
.circleci/config.yml
@@ -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