Update Node.js versions in CircleCI config and .nvmrc

This commit is contained in:
Valentin Palkovic 2024-03-26 12:42:48 +01:00
parent 2118e9aef4
commit 74e1718c04
2 changed files with 3 additions and 3 deletions

View File

@ -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>>

2
.nvmrc
View File

@ -1 +1 @@
18.18.2
18.19.1