From 000f925216ea14ac07eb36b20100c2396a25872f Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 14 Oct 2024 19:36:18 +0200 Subject: [PATCH] CI: Use the node specific image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93452a0..b40debc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: deploy: docker: - - image: cimg/base:2024.10 + - image: cimg/node:22.9 resource_class: medium steps: - add_ssh_keys: