Skip to content

Commit

Permalink
feat: Migrate to Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
letehaha committed Jun 25, 2023
1 parent 861c114 commit cc4eddd
Show file tree
Hide file tree
Showing 3 changed files with 1,453 additions and 7,706 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
18.14.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.15.1
FROM node:18.14.0
WORKDIR /app
COPY . .
RUN npm ci
Expand Down
Loading

0 comments on commit cc4eddd

Please sign in to comment.