Skip to content

Commit 628b2bf

Browse files
chore(deps): update node.js to v22
1 parent 0ec07b2 commit 628b2bf

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
@@ -45,7 +45,7 @@
4545
"@types/express": "4.17.21",
4646
"@types/jsdom": "^21.1.7",
4747
"@types/memoizee": "^0.4.7",
48-
"@types/node": "^18.19.64",
48+
"@types/node": "^22.0.0",
4949
"@types/node-fetch": "^2.5.7",
5050
"@types/semver": "^7.5.3",
5151
"@types/ungap__structured-clone": "^0.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"turbo": "^1.12.5"
2121
},
2222
"engines": {
23-
"node": "^20"
23+
"node": "^22.0.0"
2424
},
2525
"workspaces": [
2626
"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
@@ -3751,12 +3751,12 @@
37513751
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
37523752
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
37533753

3754-
"@types/node@^18.19.64":
3755-
version "18.19.76"
3756-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.76.tgz#7991658e0ba41ad30cc8be01c9bbe580d58f2112"
3757-
integrity sha512-yvR7Q9LdPz2vGpmpJX5LolrgRdWvB67MJKDPSgIIzpFbaf9a1j/f5DnLp5VDyHGMR0QZHlTr1afsD87QCXFHKw==
3754+
"@types/node@^22.0.0":
3755+
version "22.15.15"
3756+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.15.tgz#8877c05c18e552e738438e477d7ba22c5d73a57c"
3757+
integrity sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==
37583758
dependencies:
3759-
undici-types "~5.26.4"
3759+
undici-types "~6.21.0"
37603760

37613761
"@types/normalize-package-data@^2.4.0":
37623762
version "2.4.4"
@@ -15172,16 +15172,16 @@ unbox-primitive@^1.1.0:
1517215172
has-symbols "^1.1.0"
1517315173
which-boxed-primitive "^1.1.1"
1517415174

15175-
undici-types@~5.26.4:
15176-
version "5.26.5"
15177-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
15178-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
15179-
1518015175
undici-types@~6.20.0:
1518115176
version "6.20.0"
1518215177
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1518315178
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1518415179

15180+
undici-types@~6.21.0:
15181+
version "6.21.0"
15182+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
15183+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
15184+
1518515185
unfetch@^4.2.0:
1518615186
version "4.2.0"
1518715187
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"

0 commit comments

Comments
 (0)