Skip to content

Commit 47a1b56

Browse files
committed
Updated config.yml
1 parent b4558be commit 47a1b56

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
machine:
2-
node:
3-
version: 6.7.0
1+
orbs:
2+
node: circleci/[email protected]
3+
4+
workflows:
5+
example-workflow:
6+
jobs:
7+
- node/test

0 commit comments

Comments
 (0)