Skip to content

Commit

Permalink
[major] Upgrading NodeJS to v18. (#186)
Browse files Browse the repository at this point in the history
* [major] Upgrading NodeJS to v18.

* [minor] adjust docker image node version

---------

Co-authored-by: Timothy Gulfan <tgulfan@gmail.com>
  • Loading branch information
Caitlynn and tgulfan committed Jul 26, 2023
1 parent 06e5059 commit c2e5c9c
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 629 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM public.ecr.aws/docker/library/node:18

WORKDIR /var/app

Expand Down
Loading

0 comments on commit c2e5c9c

Please sign in to comment.