Skip to content

Commit

Permalink
SF-1272: Pin version of CircleCI Node image to 11.6.0 (#64)
Browse files Browse the repository at this point in the history
This pins the version of node to 11.6.0 and yarn 1.12.3. node 11.7.0 or
yarn 1.13.0 causes nyc to report 0% coverage.

istanbuljs/nyc#921
yarnpkg/yarn#6746

circleci/node:11.6.0
Digest: sha256:1a3a10a092bdfa3d92d48850818a5526b5770a58592156f6f8e6a5f7d946ac43
Created 2019-01-18T00:14:29.784667795Z
NODE_VERSION=11.6.0
YARN_VERSION=1.12.3
  • Loading branch information
jmbtutor committed Jan 24, 2019
1 parent 308ac2a commit 2d36b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults:
image: &image
docker:
- image: circleci/node
- image: circleci/node:11.6.0
yarn_cache: &yarn_cache
key: yarn_cache-v{{ .Environment.CI_CACHE_VERSION }}-{{ .Branch }}-{{ checksum "yarn.lock" }}
build_final_cache_partial: &build_final_cache_partial
Expand Down

0 comments on commit 2d36b5f

Please sign in to comment.