mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
8 lines
101 B
YAML
8 lines
101 B
YAML
version: 2.1
|
|
orbs:
|
|
node: circleci/node@3.0.0
|
|
workflows:
|
|
node-tests:
|
|
jobs:
|
|
- node/test
|
|
|