Skip to content

Commit

Permalink
chore(frontend): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Data5tream committed Jul 25, 2023
1 parent 5561814 commit 042eeea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.3 AS frontend
FROM node:20.5 AS frontend

WORKDIR /frontend
RUN npm install -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.3.1
v20.5.0

0 comments on commit 042eeea

Please sign in to comment.