Ver código fonte

CI: Use the node specific image

Alessandro Pignotti 9 meses atrás
pai
commit
000f925216
1 arquivos alterados com 1 adições e 1 exclusões
  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: