Skip to content

Commit

Permalink
Merge pull request #43 from yanmao-cc/circleci-project-setup
Browse files Browse the repository at this point in the history
Add .circleci/config.yml
  • Loading branch information
yanmao authored Sep 10, 2021
2 parents 167dba5 + f1eac5a commit f115825
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This config is equivalent to both the '.circleci/extended/orb-free.yml' and the base '.circleci/config.yml'
version: 2.1

orbs:
node: circleci/[email protected]

workflows:
sample:
jobs:
- node/test:
version: '15.1'
# This is the node version to use for the `cimg/node` tag
# Relevant tags can be found on the CircleCI Developer Hub
# https://circleci.com/developer/images/image/cimg/node

0 comments on commit f115825

Please sign in to comment.