chore(testing): update circleci node/yarn versions (#5868)
This commit is contained in:
parent
7c34f779e3
commit
efb741af79
@ -7,7 +7,7 @@ executors:
|
|||||||
linux:
|
linux:
|
||||||
working_directory: *working_directory
|
working_directory: *working_directory
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:12.20-browsers
|
- image: cimg/node:14.17-browsers
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
working_directory: *working_directory
|
working_directory: *working_directory
|
||||||
@ -27,9 +27,9 @@ commands:
|
|||||||
condition:
|
condition:
|
||||||
equal: [<< parameters.os >>, windows]
|
equal: [<< parameters.os >>, windows]
|
||||||
steps:
|
steps:
|
||||||
- run: nvm install 12.20
|
- run: nvm install 14.17
|
||||||
- run: nvm use 12.20
|
- run: nvm use 14.17
|
||||||
- run: npm install -g yarn@1.19.0
|
- run: npm install -g yarn@1.22.10
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
keys:
|
keys:
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
const nxPreset = require('@nrwl/jest/preset');
|
const nxPreset = require('@nrwl/jest/preset');
|
||||||
|
|
||||||
process.env.npm_config_registry = `http://localhost:4872`;
|
process.env.npm_config_registry = `http://localhost:4872`;
|
||||||
|
process.env.YARN_REGISTRY = `http://localhost:4872`;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
...nxPreset,
|
...nxPreset,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user