Skip to content

Commit

Permalink
chore: Update Node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 46de9e3 commit 174475f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/app-notifications/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
ARG NODE_VERSION=20.18.2-slim
ARG NODE_VERSION=22.13.1-slim
FROM node:${NODE_VERSION} as builder

# Create app directory
Expand Down
2 changes: 1 addition & 1 deletion apps/data-aftt-importer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
ARG NODE_VERSION=20.18.2-slim
ARG NODE_VERSION=22.13.1-slim
ARG APP_NAME=data-aftt-importer

FROM node:${NODE_VERSION} as builder
Expand Down
2 changes: 1 addition & 1 deletion apps/tabt-rest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
ARG NODE_VERSION=20.18.2-slim
ARG NODE_VERSION=22.13.1-slim
FROM node:${NODE_VERSION} as builder

# Create app directory
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "UNLICENSED",
"main": "dist/main.js",
"engines": {
"node": "20.18.x",
"node": "22.13.x",
"npm": "10.x"
},
"scripts": {
Expand Down Expand Up @@ -111,7 +111,7 @@
"@types/jest": "29.5.14",
"@types/lodash": "4.17.15",
"@types/lunr": "2.3.7",
"@types/node": "20.17.17",
"@types/node": "22.13.1",
"@types/response-time": "2.3.8",
"@types/supertest": "6.0.2",
"@types/user-agents": "1.0.4",
Expand Down

0 comments on commit 174475f

Please sign in to comment.