We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acedfac commit 92f06f6Copy full SHA for 92f06f6
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/set.js/.npmrc
27
- run:
28
name: Inject Truffle
29
- command: yarn global add truffle
+ command: yarn global add truffle --ignore-engines
30
31
name: Fetch Dependencies
32
command: yarn install --network-concurrency 1
0 commit comments