Skip to content

Commit

Permalink
Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 3380602 commit 6d79df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17
FROM node:22.10

# Set timezone to Europe/Helsinki
ENV TZ="Europe/Helsinki"
Expand Down
2 changes: 1 addition & 1 deletion e2e-importer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:22

WORKDIR /usr/src/app
COPY package* ./
Expand Down

0 comments on commit 6d79df8

Please sign in to comment.