Skip to content

Commit

Permalink
BC-7364 - upgrade nodejs (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac authored Aug 15, 2024
1 parent df5751e commit bca1409
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM docker.io/node:18-alpine
FROM docker.io/node:20-alpine

ENV TZ=Europe/Berlin
EXPOSE 3033

RUN apk add --no-cache autoconf automake build-base make nasm zlib-dev
RUN apk add --no-cache autoconf automake build-base make nasm zlib-dev python3 py3-setuptools

WORKDIR /app
COPY package.json package-lock.json ./
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "superhero-dashboard",
"version": "28.0.0",
"private": true,
"scripts": {
"build": "gulp",
Expand All @@ -12,7 +11,7 @@
"test": "mocha 'test/**/*.js' --recursive --timeout 60000 --exit"
},
"engines": {
"node": "18",
"node": "20",
"npm": ">=9"
},
"dependencies": {
Expand Down

0 comments on commit bca1409

Please sign in to comment.