Commit 3e622316 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

tests ci suite

parent 8580a772
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,10 +10,11 @@ variables:

build:
  stage: build
  image: node:14-bullseye
  image: node:18-alpine3.15
  rules:
    - if: $CI_COMMIT_TAG
  before_script:
    - apk add bash
    - yarn install --prefer-offline
  script:
    - MAX_VERSION=$(node -p -e "require('./package.json').version")