Skip to content

Commit

Permalink
Merge pull request #66 from letehaha/feat/migrate-node-v18
Browse files Browse the repository at this point in the history
feat: Migrate to Node v18
  • Loading branch information
letehaha committed Jun 25, 2023
2 parents 861c114 + cc4eddd commit c9c2713
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 c9c2713

Please sign in to comment.