Skip to content

Commit

Permalink
chore(deps): update node.js to v23.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 81c779f commit 1458dbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.5.0
23.6.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.5.0-alpine AS base
FROM node:23.6.0-alpine AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"packageManager": "pnpm@9.15.3",
"engines": {
"node": "23.5.0",
"node": "23.6.0",
"pnpm": "9"
},
"dependencies": {
Expand Down

0 comments on commit 1458dbd

Please sign in to comment.