Skip to content

Commit 92f06f6

Browse files
committed
Update inject truffle step
1 parent acedfac commit 92f06f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/set.js/.npmrc
2727
- run:
2828
name: Inject Truffle
29-
command: yarn global add truffle
29+
command: yarn global add truffle --ignore-engines
3030
- run:
3131
name: Fetch Dependencies
3232
command: yarn install --network-concurrency 1

0 commit comments

Comments
 (0)