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 Oct 31, 2024
1 parent eba54a2 commit 5aa2ad4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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-alpine
FROM node:22-alpine
# Needed for semantic release
RUN apk add --no-cache git
RUN npm -g i npm@
Expand Down
30 changes: 15 additions & 15 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 @@ -27,7 +27,7 @@
"@bifravst/from-env": "3.0.2",
"@bifravst/prettier-config": "1.1.1",
"@commitlint/config-conventional": "19.5.0",
"@types/node": "20.17.3",
"@types/node": "22.8.5",
"@types/semantic-release": "20.0.6",
"@types/stream-buffers": "3.0.7",
"@vercel/ncc": "0.38.2",
Expand Down

0 comments on commit 5aa2ad4

Please sign in to comment.