Skip to content

Commit

Permalink
chore: upgrade to node 20 in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Sep 23, 2023
1 parent 789e740 commit 95c2b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.7.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
FROM node:20.7.0
WORKDIR /app
COPY package.json ./
COPY package-lock.json ./
Expand Down

0 comments on commit 95c2b12

Please sign in to comment.