diff --git a/.circleci/config.yml b/.circleci/config.yml index 103d85f..1bb413c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ workflows: jobs: test: docker: - - image: cimg/node:20.16.0 + - image: cimg/node:22.5.1 resource_class: medium+ steps: - checkout @@ -33,7 +33,7 @@ jobs: try-scenario: type: string docker: - - image: cimg/node:20.16.0 + - image: cimg/node:22.5.1 resource_class: medium+ steps: - checkout