Skip to content

Commit

Permalink
chore: Node Version
Browse files Browse the repository at this point in the history
Upgrade Node.js version to v20
  • Loading branch information
marcobiedermann committed Oct 19, 2023
1 parent 70d03ac commit e2200ea
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 @@
v18
v20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as base
FROM node:20-alpine as base
WORKDIR /usr/src/app
ARG NODE_ENV
COPY package*.json ./
Expand Down

0 comments on commit e2200ea

Please sign in to comment.