Skip to content
Snippets Groups Projects
Commit 649cefa1 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

cicd node version

parent 4ab01d4b
No related branches found
No related tags found
1 merge request!18Beta to master
Pipeline #19153 passed with stages
in 5 minutes and 8 seconds
......@@ -10,7 +10,7 @@ cache:
- .npm/
default:
image: node:18
image: node:22
stages:
- prepare
......@@ -18,7 +18,7 @@ stages:
prepare:
stage: prepare
image: node:18
image: node:22
before_script:
- npm ci --cache .npm --prefer-offline
- npm install -g semantic-release@24 @semantic-release/gitlab@13
......@@ -39,4 +39,3 @@ publish:
- master
- beta
- alpha
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