Skip to content

Commit

Permalink
Update Node.js to version 23.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Dec 12, 2024
1 parent a9474f5 commit 3153cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.12.1-alpine AS base
FROM node:23.4.0-alpine AS base

FROM base as builder

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"types": "./build/src/index.d.ts",
"license": "MIT",
"engines": {
"node": "^18.12.1",
"node": "^23.4.0",
"npm": "^8.19.2"
},
"volta": {
Expand Down

0 comments on commit 3153cbc

Please sign in to comment.