Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent adf3b55 commit 5720275
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
22.11.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN jq 'walk(if type == "object" then with_entries(select(.key | test("^jest|pre
# ------------------
# deps install
# ------------------
FROM node:20.18.1-bullseye AS base
FROM node:22.11.0-bullseye AS base

# Setup the app WORKDIR
WORKDIR /app/rab
Expand All @@ -37,7 +37,7 @@ RUN true \
# ------------------
# final image
# ------------------
FROM node:20.18.1-bullseye as web
FROM node:22.11.0-bullseye as web

LABEL org.opencontainers.image.source = "https://github.com/bodinsamuel/renovate-automatic-branch"

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "5.7.2"
},
"devDependencies": {
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"@babel/eslint-parser": "7.25.9",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down

0 comments on commit 5720275

Please sign in to comment.