Skip to content
Draft
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN poetry install --no-root


# NODE DEPENDENCIES & BUILD & OUTPUT
FROM node:18 as node_build
FROM node:20 as node_build

# Install dependencies
COPY package.json package-lock.json /code/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"description": "The TACC ACI-WMA Core CMS codebase used by TACC Portals.",
"engines": {
"node": ">=16",
"node": ">=20",
"npm": ">=8"
},
"dependencies": {
Expand Down