Skip to content

Commit 4ed2bd6

Browse files
committed
🤖 TEST: CircleCI config
1 parent 1e5f896 commit 4ed2bd6

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.circleci/config.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
version: 2.1
1+
version: '2.1'
22
orbs:
3-
node: circleci/node@1.1.6
3+
node: circleci/node@4.2.1
44
jobs:
5-
build-and-test:
6-
executor:
7-
name: node/default
8-
steps:
9-
- checkout
10-
- node/with-cache:
11-
steps:
12-
- run: npm install
13-
workflows:
145
build-and-test:
15-
jobs:
16-
- build-and-test
6+
docker:
7+
- image: 'cimg/base:stable'
8+
steps:
9+
- checkout
10+
- node/install:
11+
install-yarn: true
12+
- run: yarn install
13+
- run: yarn build
14+
workflows:
15+
setup:
16+
jobs:
17+
- build-and-test

0 commit comments

Comments
 (0)