Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit e4e2410

Browse files
committed
build: release using Node 12 (#224)
1 parent f06116a commit e4e2410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141

4242
release:
4343
docker:
44-
- image: cimg/node:lts
44+
- image: circleci/node:8
4545
steps:
4646
- checkout
47-
- run: yarn
47+
- run: yarn --ignore-engines
4848
- run: yarn build
4949
- run: yarn release
5050

0 commit comments

Comments
 (0)