Removed circleci.
This commit is contained in:
parent
79ea9ff961
commit
78ee685ffc
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue