Skip to content
Snippets Groups Projects
Commit fd66f0d8 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

fix(ci): use node image for install-deps job

parent cd93715c
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ stages: ...@@ -79,6 +79,7 @@ stages:
## common steps ## common steps
install_deps: install_deps:
stage: prepare stage: prepare
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:22-slim'
cache: !reference [.yarn-cache-rw] cache: !reference [.yarn-cache-rw]
script: script:
- corepack enable - corepack enable
......
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