diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b571c4..abd7aa5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ workflows: jobs: test: docker: - - image: cimg/node:19.9.0 + - image: cimg/node:20.5.0 resource_class: medium+ steps: - checkout @@ -33,7 +33,7 @@ jobs: try-scenario: type: string docker: - - image: cimg/node:19.9.0 + - image: cimg/node:20.5.0 resource_class: medium+ steps: - checkout