Skip to content
Snippets Groups Projects
Verified Commit ed49c825 authored by Yoran Hillion's avatar Yoran Hillion
Browse files

:construction_worker: Set image to node:18

parent 91e4dd02
Branches
Tags
No related merge requests found
Pipeline #157219 failed with stages
in 57 seconds
# gitlab-ci.yml file
status:
image: node-18:latest
image: node:18
stage: build
script:
- ./bin/statu.sh > version.json
......@@ -11,7 +11,7 @@ status:
- node18
build:
image: node-18:latest
image: node:18
stage: build
script:
- npm ci
......@@ -23,7 +23,7 @@ build:
- node18
unit_tests:
image: node-18:latest
image: node:18
stage: test
dependencies: []
script:
......@@ -33,7 +33,7 @@ unit_tests:
- node18
lint:
image: node-18:latest
image: node:18
stage: test
dependencies: []
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment