diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a0562bd..8a1c4cf2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: build: working_directory: ~/nest-azure-storage docker: - - image: cimg/node:20.3 + - image: cimg/node:22.17 steps: - checkout - restore_cache: @@ -36,7 +36,7 @@ jobs: integration_tests: working_directory: ~/nest-azure-storage docker: - - image: cimg/node:20.3 + - image: cimg/node:22.17 steps: - checkout - *restore-cache