Skip to content

Commit

Permalink
Merge pull request #18785 from storybookjs/upgrade-circleci-node
Browse files Browse the repository at this point in the history
Build: Use updated circleci node images
  • Loading branch information
ndelangen authored Jul 26, 2022
2 parents 441338a + 96b471a commit 7035ea7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: circleci/node:14
- image: cimg/node:14.19
environment:
NODE_OPTIONS: --max_old_space_size=3076
resource_class: <<parameters.class>>
Expand All @@ -23,7 +23,7 @@ executors:
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: circleci/node:14-browsers
- image: cimg/node:14.19-browsers
environment:
NODE_OPTIONS: --max_old_space_size=3076
resource_class: <<parameters.class>>
Expand All @@ -45,6 +45,7 @@ executors:

orbs:
git-shallow-clone: guitarrapc/[email protected]
browser-tools: circleci/[email protected]

commands:
ensure-pr-is-labeled-with:
Expand Down

0 comments on commit 7035ea7

Please sign in to comment.