mirror of
https://github.com/storybookjs/storybook.git
synced 2025-02-05 14:13:14 +08:00
Update Node.js versions in CircleCI config and .nvmrc
This commit is contained in:
parent
2118e9aef4
commit
74e1718c04
@ -17,7 +17,7 @@ executors:
|
||||
default: "small"
|
||||
working_directory: /tmp/storybook
|
||||
docker:
|
||||
- image: cimg/node:18.18.0
|
||||
- image: cimg/node:18.19.1
|
||||
environment:
|
||||
NODE_OPTIONS: --max_old_space_size=6144
|
||||
resource_class: <<parameters.class>>
|
||||
@ -30,7 +30,7 @@ executors:
|
||||
default: "small"
|
||||
working_directory: /tmp/storybook
|
||||
docker:
|
||||
- image: cimg/node:18.18.0-browsers
|
||||
- image: cimg/node:18.19.1-browsers
|
||||
environment:
|
||||
NODE_OPTIONS: --max_old_space_size=6144
|
||||
resource_class: <<parameters.class>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user