Skip to content
Snippets Groups Projects
Commit 177d3557 authored by Patchy's avatar Patchy
Browse files

chore(deps): update node.js to v23

parent 79199d4c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ stages:
install_dependencies:
stage: install_dependencies
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:22-slim'
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:23-slim'
cache:
key: $CI_COMMIT_REF_SLUG
paths:
......@@ -37,7 +37,7 @@ test:
- node_modules
- .yarn/
policy: pull
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:22-slim'
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:23-slim'
script:
- yarn test
interruptible: true
......@@ -50,7 +50,7 @@ build:
- node_modules
- .yarn/
policy: pull
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:22-slim'
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:23-slim'
script:
- yarn build
artifacts:
......
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