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 Jun 27, 2023
1 parent cdc2f17 commit f9c03d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:19.9 AS frontend
FROM node:20.3 AS frontend

WORKDIR /frontend
RUN npm install -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
@@ -1 +1 @@
v19.9.0
v20.3.1
2 changes: 1 addition & 1 deletion frontend/package.json
Expand Up @@ -24,7 +24,7 @@
"sass": "^1.63.6",
"svelte": "^3.59.2",
"svelte-check": "^3.4.4",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
},
Expand Down
8 changes: 4 additions & 4 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9c03d9

Please sign in to comment.