Skip to content

Commit

Permalink
Update Node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent a98d038 commit 22d879d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM node:22.11-bookworm
FROM node:22.13-bookworm
ENV CI=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": ">=20.10.0"
},
"volta": {
"node": "22.11.0"
"node": "22.13.1"
},
"scripts": {
"ci": "npm install && npm run package && npm run lint:ci && npm run type && npm run test:ci",
Expand Down

0 comments on commit 22d879d

Please sign in to comment.