Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v20 #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.16 as build
FROM node:20-alpine3.16 as build

WORKDIR /usr/src/app

Expand All @@ -12,7 +12,7 @@ COPY . .

RUN yarn build

FROM node:16-alpine3.16
FROM node:20-alpine3.16

WORKDIR /usr/src/app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exports": "./dist/main.js",
"type": "module",
"volta": {
"node": "18.16.1",
"node": "20.15.0",
"yarn": "1.22.19"
},
"engines": {
Expand All @@ -25,7 +25,7 @@
"@bjerk/eslint-config": "^2.2.2",
"@tsconfig/node16-strictest-esm": "^1.0.3",
"@types/jest": "^29.1.2",
"@types/node": "18",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"dotenv-load": "^2.0.1",
Expand Down
26 changes: 14 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1056,17 +1056,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 20.1.4
resolution: "@types/node@npm:20.1.4"
checksum: bffa6a6e92831cc805b13658c55be8e04abe3202d5e57ddd7fee4cfbe269656a1f475909a9f9514e1aff50310d0d90c516ac2c649cb6f1c77d4b1079c2fd1e88
languageName: node
linkType: hard

"@types/node@npm:18":
version: 18.16.9
resolution: "@types/node@npm:18.16.9"
checksum: 7fe0ef372ba8b157bd646efe29b0ece92ccb9f455171a7ceb4c92d6b490789ff0f14411b1dc6ad203351a0efa2b435072dfab5566fb6eaaaa5cd549e1fb22afa
"@types/node@npm:*, @types/node@npm:20":
version: 20.14.6
resolution: "@types/node@npm:20.14.6"
dependencies:
undici-types: ~5.26.4
checksum: f0ba22b181cfa799e090e5198621d8bf2b35f2c18ce880b8cdf88a69f9db5a4cc56627fe2dfeca44b6a55895c0abf03df04810cabd9509b9c9b752189d37aa1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4000,7 +3995,7 @@ __metadata:
"@simenandre/prettier": 3.0.2
"@tsconfig/node16-strictest-esm": ^1.0.3
"@types/jest": ^29.1.2
"@types/node": 18
"@types/node": 20
"@typescript-eslint/eslint-plugin": ^5.39.0
"@typescript-eslint/parser": ^5.39.0
dotenv-load: ^2.0.1
Expand Down Expand Up @@ -5662,6 +5657,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"unique-filename@npm:^2.0.0":
version: 2.0.1
resolution: "unique-filename@npm:2.0.1"
Expand Down
Loading