Compare commits

...

2 Commits

Author SHA1 Message Date
Lucas 4d9e8fcd44 Add .circleci/config.yml 6 years ago
shootylife 3df5351578 feat: config.yml 6 years ago
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -0,0 +1,8 @@
version: 2.1
orbs:
node: circleci/node@3.0.0
workflows:
node-tests:
jobs:
- node/test
Loading…
Cancel
Save