Browse Source

Merge branch 'ci'

boyska 7 months ago
parent
commit
dba3dfcfb8
2 changed files with 3 additions and 133 deletions
  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
 

File diff suppressed because it is too large
+ 0 - 132
package-lock.json


Some files were not shown because too many files changed in this diff