Explorar o código

CI: Use the node specific image

Alessandro Pignotti hai 9 meses
pai
achega
000f925216
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.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: