Skip to content

Commit

Permalink
chore(package): update Node.js to version 22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Sep 19, 2024
1 parent f297cda commit 7b63712
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:21.5.0-alpine AS base
FROM node:22.9.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 @@ -17,7 +17,7 @@
"types": "./build/src/index.d.ts",
"license": "MIT",
"engines": {
"node": "^21.5.0",
"node": "^22.9.0",
"npm": "^10.2.4"
},
"volta": {
Expand Down

0 comments on commit 7b63712

Please sign in to comment.