Skip to content

Commit

Permalink
fix format number resolved options
Browse files Browse the repository at this point in the history
14.17 introduced a breaking change where resolvedOptions returns 'decimal' instead of 'percent'. I've logged a bug here:
nodejs/node#39050
  • Loading branch information
snowystinger authored Jun 16, 2021
1 parent cde5ac1 commit d60dbab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ orbs:
executors:
rsp:
docker:
- image: cimg/node:14.17
- image: cimg/node:14.16
environment:
CACHE_VERSION: v1
working_directory: ~/react-spectrum

rsp-large:
docker:
- image: cimg/node:14.17
- image: cimg/node:14.16
resource_class: large
environment:
CACHE_VERSION: v1
working_directory: ~/react-spectrum

rsp-xlarge:
docker:
- image: cimg/node:14.17
- image: cimg/node:14.16
resource_class: xlarge
environment:
CACHE_VERSION: v1
Expand Down

0 comments on commit d60dbab

Please sign in to comment.