Skip to content

Commit

Permalink
Bump Node.js from 18 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Nov 24, 2024
1 parent 7e26063 commit 4f19264
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 @@
18
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# (Keep the version in sync with the node install below)
FROM node:18 as frontend
FROM node:20 as frontend

# Make build & post-install scripts behave as if we were in a CI environment (e.g. for logging verbosity purposes).
ARG CI=true
Expand Down

0 comments on commit 4f19264

Please sign in to comment.