Skip to content

Commit 2adaec6

Browse files
committed
ci: run ci with --ignore-engines as conventional-changelog drops support for Node.js 8
1 parent 261a802 commit 2adaec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# fallback to using the latest cache if no exact match is found
2121
- v1-dependencies-
2222

23-
- run: yarn install
23+
- run: yarn install --ignore-engines
2424

2525
- save_cache:
2626
paths:

0 commit comments

Comments
 (0)