Skip to content

Commit 49a319e

Browse files
chore(deps): update node.js to v22
1 parent 7504958 commit 49a319e

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: "20"
28+
node-version: "22"
2929
- uses: bahmutov/npm-install@v1
3030
- name: Build back
3131
run: cd api && yarn build
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v4
8181
- uses: actions/setup-node@v4
8282
with:
83-
node-version: "20"
83+
node-version: "22"
8484
- uses: bahmutov/npm-install@v1
8585
- run: cd web
8686
- name: Build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-alpine as build
1+
FROM node:22-alpine as build
22
RUN apk add --no-cache \
33
git \
44
openssh-client \

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build step
2-
FROM node:20-alpine as build
2+
FROM node:22-alpine as build
33
WORKDIR /app
44
COPY package.json yarn.lock ./
55
COPY api/package.json api/

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/cors": "^2.8.12",
4444
"@types/express": "4.17.21",
4545
"@types/memoizee": "^0.4.7",
46-
"@types/node": "^18.19.64",
46+
"@types/node": "^22.0.0",
4747
"@types/node-fetch": "^2.5.7",
4848
"@types/semver": "^7.5.3",
4949
"@types/ungap__structured-clone": "^0.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"turbo": "^1.12.5"
1919
},
2020
"engines": {
21-
"node": "^20"
21+
"node": "^22.0.0"
2222
},
2323
"workspaces": [
2424
"api",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@storybook/react": "^6.5.10",
6767
"@types/flexsearch": "^0.7.3",
6868
"@types/memoizee": "^0.4.4",
69-
"@types/node": "^18.19.64",
69+
"@types/node": "^22.0.0",
7070
"@types/react": "^18.0.18",
7171
"@types/react-dom": "^18.0.6",
7272
"@typescript-eslint/eslint-plugin": "^5.62.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,12 +3661,12 @@
36613661
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
36623662
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
36633663

3664-
"@types/node@^18.19.64":
3665-
version "18.19.76"
3666-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.76.tgz#7991658e0ba41ad30cc8be01c9bbe580d58f2112"
3667-
integrity sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==
3664+
"@types/node@^22.0.0":
3665+
version "22.14.0"
3666+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
3667+
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
36683668
dependencies:
3669-
undici-types "~5.26.4"
3669+
undici-types "~6.21.0"
36703670

36713671
"@types/normalize-package-data@^2.4.0":
36723672
version "2.4.4"
@@ -14741,16 +14741,16 @@ unbox-primitive@^1.1.0:
1474114741
has-symbols "^1.1.0"
1474214742
which-boxed-primitive "^1.1.1"
1474314743

14744-
undici-types@~5.26.4:
14745-
version "5.26.5"
14746-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
14747-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
14748-
1474914744
undici-types@~6.20.0:
1475014745
version "6.20.0"
1475114746
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1475214747
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1475314748

14749+
undici-types@~6.21.0:
14750+
version "6.21.0"
14751+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
14752+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
14753+
1475414754
unfetch@^4.2.0:
1475514755
version "4.2.0"
1475614756
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"

0 commit comments

Comments
 (0)