Skip to content

Commit

Permalink
Merge pull request #698 from DTS-STN/GjB/fix-nodejs
Browse files Browse the repository at this point in the history
Fix nodejs versions
  • Loading branch information
gregory-j-baker committed Sep 4, 2024
2 parents a6899a3 + a255d52 commit 8f3aa73
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
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

0 comments on commit 8f3aa73

Please sign in to comment.