Skip to content

Commit

Permalink
ci: update ci configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Apr 6, 2020
1 parent caf8a54 commit 968b4fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- run: yarn -v
- run: yarn --frozen-lockfile
- run: yarn bootstrap --npm-client=yarn
- run: yarn --ignore-engines
- run: yarn bootstrap
- run: yarn build
- run: yarn test --forceExit
env:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- run:
name: Bootstrap
command: yarn bootstrap --npm-client=yarn
command: yarn bootstrap

- save_cache:
key: node-modules-{{ checksum "package.json" }}
Expand Down
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"exact": true
}
},
"version": "independent"
"version": "independent",
"npmClient": "yarn",
"npmClientArgs": ["--ignore-engines"]
}

0 comments on commit 968b4fa

Please sign in to comment.