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