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

chore(deps): upgrade node to v22 where renovate didn't detect it

parent ef914328
Branches
Tags
No related merge requests found
20.18.3 22.14.0
...@@ -10,12 +10,12 @@ repos: ...@@ -10,12 +10,12 @@ repos:
- id: format:check - id: format:check
name: format:check name: format:check
language: system language: system
entry: yarn format:check entry: corepack yarn format:check
pass_filenames: false pass_filenames: false
always_run: true always_run: true
- id: lint - id: lint
name: lint name: lint
language: system language: system
entry: yarn lint entry: corepack yarn lint
pass_filenames: false pass_filenames: false
always_run: true always_run: true
# Production image, copy all the files and run next # Production image, copy all the files and run next
FROM europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:20-slim FROM europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:22-slim
WORKDIR /app WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment