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 Dec 4, 2024
1 parent 2ae652c commit 0d29688
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.12

# 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 0d29688

Please sign in to comment.