Parcourir la source

CI: Use the node specific image

Alessandro Pignotti il y a 9 mois
Parent
commit
000f925216
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -3,7 +3,7 @@ version: 2.1
 jobs:
 jobs:
   deploy:
   deploy:
     docker:
     docker:
-      - image: cimg/base:2024.10
+      - image: cimg/node:22.9
     resource_class: medium
     resource_class: medium
     steps:
     steps:
       - add_ssh_keys:
       - add_ssh_keys: