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 Jan 13, 2025
1 parent 4d445ab commit 72d1add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.editor
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.10
FROM node:20-bookworm
FROM node:22-bookworm
RUN apt-get update
RUN apt install -y \
libnss3 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/user-event": "14.5.2",
"@types/lodash": "4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "20.16.6",
"@types/node": "22.10.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/testing-library__jest-dom": "5.14.9",
Expand Down

0 comments on commit 72d1add

Please sign in to comment.