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: ...@@ -16,7 +16,7 @@ stages:
install_dependencies: install_dependencies:
stage: 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: cache:
key: $CI_COMMIT_REF_SLUG key: $CI_COMMIT_REF_SLUG
paths: paths:
...@@ -37,7 +37,7 @@ test: ...@@ -37,7 +37,7 @@ test:
- node_modules - node_modules
- .yarn/ - .yarn/
policy: pull 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: script:
- yarn test - yarn test
interruptible: true interruptible: true
...@@ -50,7 +50,7 @@ build: ...@@ -50,7 +50,7 @@ build:
- node_modules - node_modules
- .yarn/ - .yarn/
policy: pull 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: script:
- yarn build - yarn build
artifacts: 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