Removed circleci.

This commit is contained in:
Jeremy Nusser 2022-11-02 19:42:08 -05:00
parent 79ea9ff961
commit 78ee685ffc
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
version: 2.1
orbs:
node: circleci/node@x.y
jobs:
install-node-example:
docker:
- image: cimg/base:stable
steps:
- checkout
- node/install:
install-yarn: true
node-version: '16.17'
- run: node --version
workflows:
test_my_app:
jobs:
- install-node-example