Skip to content

Commit

Permalink
chore(testing): update circleci node/yarn versions (nrwl#5868)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Jun 2, 2021
1 parent 7c34f77 commit efb741a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
linux:
working_directory: *working_directory
docker:
- image: cimg/node:12.20-browsers
- image: cimg/node:14.17-browsers

windows:
working_directory: *working_directory
Expand All @@ -27,9 +27,9 @@ commands:
condition:
equal: [<< parameters.os >>, windows]
steps:
- run: nvm install 12.20
- run: nvm use 12.20
- run: npm install -g yarn@1.19.0
- run: nvm install 14.17
- run: nvm use 14.17
- run: npm install -g yarn@1.22.10
- restore_cache:
name: Restore Yarn Package Cache
keys:
Expand Down
1 change: 1 addition & 0 deletions jest.preset.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const nxPreset = require('@nrwl/jest/preset');

process.env.npm_config_registry = `http://localhost:4872`;
process.env.YARN_REGISTRY = `http://localhost:4872`;

module.exports = {
...nxPreset,
Expand Down

0 comments on commit efb741a

Please sign in to comment.