Skip to content
Snippets Groups Projects
Verified Commit df4bd591 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

try a different docker image of node

parent a7801fe8
No related branches found
No related tags found
No related merge requests found
Pipeline #79453 passed
...@@ -168,7 +168,7 @@ pages: ...@@ -168,7 +168,7 @@ pages:
- tags - tags
docs-deploy: docs-deploy:
image: node:16 image: node:18
stage: release stage: release
dependencies: dependencies:
...@@ -191,7 +191,7 @@ docs-deploy: ...@@ -191,7 +191,7 @@ docs-deploy:
- surge public ${CI_ENVIRONMENT_URL} - surge public ${CI_ENVIRONMENT_URL}
docs-stop-surge: docs-stop-surge:
image: node:16 image: node:18
stage: release stage: release
when: manual when: manual
......
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