Skip to content
Snippets Groups Projects
Commit 3595a816 authored by erwan's avatar erwan
Browse files

ci: update the node number of the semantic-release docker image

parent b59cd373
No related branches found
No related tags found
No related merge requests found
Pipeline #125727 failed
......@@ -3,12 +3,12 @@ image: ocaml/opam2:ubuntu-18.04
variables:
GIT_STRATEGY: clone
stages:
- build
- test
- release
build_and_test:
stage: build
......@@ -32,12 +32,12 @@ test_opam_test:
release:
image: node:14-buster-slim
image: node:19-buster-slim
stage: release
before_script:
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates
- npm install -g semantic-release @semantic-release/gitlab
script:
- semantic-release
- semantic-release
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment