Преглед изворни кода

CI: Use the node specific image

Alessandro Pignotti пре 9 месеци
родитељ
комит
000f925216
1 измењених фајлова са 1 додато и 1 уклоњено
  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: