diff --git a/.circleci/config.yml b/.circleci/config.yml index 1cd268cbbe1b..7281b048463a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: <> @@ -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: <> diff --git a/.nvmrc b/.nvmrc index 87ec8842b158..3c5535cf60a0 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.2 +18.19.1