Skip to content

Commit

Permalink
Upgrade Node (v18->v20)
Browse files Browse the repository at this point in the history
  • Loading branch information
BHSPitMonkey committed Aug 20, 2023
1 parent 2d22eac commit 49a610d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.5.1
16 changes: 8 additions & 8 deletions .pnp.cjs

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

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20

LABEL org.opencontainers.image.source=https://github.com/BHSPitMonkey/news2reader
LABEL org.opencontainers.image.description=" Serve online articles directly to your e-reader using OPDS"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18",
"@types/node": "^20",
"concurrently": "^8.2.0",
"nodemon": "^3.0.1",
"typescript": "^5.1.6"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18":
version: 18.17.6
resolution: "@types/node@npm:18.17.6"
checksum: 70bc92adde47d569f25c5ed40b55040cdf189518d6149e0c3041c6e60b1098cad9c48a856f0b7868ebd74d4098a0ca508b0ec4373dd96216eb8a387ee898e14c
"@types/node@npm:^20":
version: 20.5.1
resolution: "@types/node@npm:20.5.1"
checksum: 3dbe611cd67afa987102c8558ee70f848949c5dcfee5f60abc073e55c0d7b048e391bf06bb1e0dc052cb7210ca97136ac496cbaf6e89123c989de6bd125fde82
languageName: node
linkType: hard

Expand Down Expand Up @@ -2281,7 +2281,7 @@ __metadata:
"@mozilla/readability": ^0.4.4
"@types/express": ^4.17.17
"@types/jsdom": ^21.1.1
"@types/node": ^18
"@types/node": ^20
concurrently: ^8.2.0
epub-gen: ^0.1.0
express: ^4.18.2
Expand Down

0 comments on commit 49a610d

Please sign in to comment.