We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4558be commit 47a1b56Copy full SHA for 47a1b56
.circleci/config.yml
@@ -1,3 +1,7 @@
1
-machine:
2
- node:
3
- version: 6.7.0
+orbs:
+ node: circleci/[email protected]
+
4
+workflows:
5
+ example-workflow:
6
+ jobs:
7
+ - node/test
0 commit comments