Skip to content

Commit

Permalink
Updated NPM packages, Set to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddanbrown committed Dec 29, 2023
1 parent 50bbe99 commit 50593e4
Show file tree
Hide file tree
Showing 4 changed files with 1,044 additions and 495 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NPM asset build
FROM node:18
FROM node:20
COPY . /app
WORKDIR /app
RUN npm ci && npm run build
Expand Down
Loading

0 comments on commit 50593e4

Please sign in to comment.