Skip to content

Commit a293801

Browse files
committed
Add updated CircleCI config.
1 parent df4ec50 commit a293801

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
docker:
5+
- image: cimg/node:18
6+
steps:
7+
- checkout
8+
- run: yarn run build

circle.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)