Parcourir la source

more recent node

boyska il y a 7 mois
Parent
commit
46ba0b69b5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -23,7 +23,7 @@ stages:          # List of stages for jobs, and their order of execution
 
 build-job:       # This job runs in the build stage, which runs first.
   stage: build
-  image: tetraweb/php
+  image: node:20-alpine
   script:
     - node --version
     - npm version