Skip to content

Commit

Permalink
BC-7349 - upgrade nodejs (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac authored Aug 15, 2024
1 parent dbc0c7f commit d17900f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build stage
FROM docker.io/node:18-bullseye as build-stage
FROM docker.io/node:20-bullseye as build-stage

RUN mkdir /app && chown -R node:node /app

Expand Down
4 changes: 4 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"node": "20",
"npm": ">=9"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit d17900f

Please sign in to comment.