Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nodejs versions #698

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ARG BUILD_ID=0000
ARG BUILD_REVISION=00000000
ARG BUILD_VERSION=19700101-0000-00000000

FROM docker.io/node:22.6.0-bookworm-slim AS base
FROM docker.io/node:20.17.0-bookworm-slim AS base



Expand Down
22 changes: 11 additions & 11 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "29.5.12",
"@types/jest-axe": "3.5.9",
"@types/lodash": "4.17.7",
"@types/node": "20.12.7",
"@types/node": "20.16.4",
"@types/react": "18.3.3",
"ajv": "8.12.0",
"ajv-formats": "3.0.1",
Expand Down
Loading