Skip to content

Commit

Permalink
Bump nodejs version to 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJocko committed Dec 7, 2022
1 parent d1abf76 commit 8ba07c9
Show file tree
Hide file tree
Showing 4 changed files with 7,233 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
npm-debug.log
.git

app/tests
local-only
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
18.12.1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:18

# Create app directory
WORKDIR /usr/src/app
Expand Down
Loading

0 comments on commit 8ba07c9

Please sign in to comment.