Skip to content

Commit

Permalink
updated to node v20.11.1 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
garyjzhao committed Mar 12, 2024
1 parent 22cdec3 commit 55a3ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
20.11.1
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# when the dependencies change.

# Start with the official Node.js image to install dependencies
FROM node:16.20.0-alpine AS modules
FROM node:20.11.1 AS modules

WORKDIR /app
# ENV PATH /app/node_modules/.bin:$PATH
Expand Down

0 comments on commit 55a3ac6

Please sign in to comment.