Forráskód Böngészése

CI: Use the node specific image

Alessandro Pignotti 9 hónapja
szülő
commit
000f925216
1 módosított fájl, 1 hozzáadás és 1 törlés
  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: