Files

13 lines
202 B
YAML
Raw Permalink Normal View History

2024-12-03 17:40:13 +08:00
version: 2
jobs:
build:
docker:
- image: circleci/node:6.13.0
working_directory: ~/repo
steps:
- checkout
- run: yarn --version
- run: yarn
- run: yarn test