1
0
Ver Fonte

Merge branch 'ci'

boyska há 7 meses atrás
pai
commit
dba3dfcfb8
2 ficheiros alterados com 3 adições e 133 exclusões
  1. 3 1
      .gitlab-ci.yml
  2. 0 132
      package-lock.json

+ 3 - 1
.gitlab-ci.yml

@@ -23,8 +23,10 @@ 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
     - npm install
     - npm run build
 

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 132
package-lock.json


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff