Browse Source

more recent node

boyska 7 months ago
parent
commit
46ba0b69b5
1 changed files with 1 additions and 1 deletions
  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