revert back to the deprecated CI runner images

This commit is contained in:
Norbert de Langen 2022-04-04 12:09:07 +02:00
parent 7090f1df7d
commit 7ffc089ca2
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -10,7 +10,7 @@ executors:
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: cimg/node:14.18
- image: circleci/node:14
environment:
NODE_OPTIONS: --max_old_space_size=3076
resource_class: <<parameters.class>>
@ -23,7 +23,7 @@ executors:
default: 'medium'
working_directory: /tmp/storybook
docker:
- image: cimg/node:14.18-browsers
- image: circleci/node:14-browsers
environment:
NODE_OPTIONS: --max_old_space_size=3076
resource_class: <<parameters.class>>