Explorar el Código

more recent node

boyska hace 7 meses
padre
commit
46ba0b69b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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