Skip to content

Commit

Permalink
move to 14, once we upgrade parcel, maybe we can go to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Jun 15, 2021
1 parent e9d6a29 commit cde5ac1
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:16.3
- image: cimg/node:14.17
environment:
CACHE_VERSION: v1
working_directory: ~/react-spectrum

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

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

0 comments on commit cde5ac1

Please sign in to comment.