File tree 8 files changed +18
-18
lines changed
8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
- uses : actions/setup-node@v4
27
27
with :
28
- node-version : " 20 "
28
+ node-version : " 22 "
29
29
- uses : bahmutov/npm-install@v1
30
30
- name : Build back
31
31
run : cd api && yarn build
80
80
- uses : actions/checkout@v4
81
81
- uses : actions/setup-node@v4
82
82
with :
83
- node-version : " 20 "
83
+ node-version : " 22 "
84
84
- uses : bahmutov/npm-install@v1
85
85
- run : cd web
86
86
- name : Build
Original file line number Diff line number Diff line change 1
- 20
1
+ 22
Original file line number Diff line number Diff line change 1
- FROM node:20 -alpine as build
1
+ FROM node:22 -alpine as build
2
2
RUN apk add --no-cache \
3
3
git \
4
4
openssh-client \
Original file line number Diff line number Diff line change 1
1
# build step
2
- FROM node:20 -alpine as build
2
+ FROM node:22 -alpine as build
3
3
WORKDIR /app
4
4
COPY package.json yarn.lock ./
5
5
COPY api/package.json api/
Original file line number Diff line number Diff line change 44
44
"@types/express" : " 4.17.21" ,
45
45
"@types/jsdom" : " ^21.1.7" ,
46
46
"@types/memoizee" : " ^0.4.7" ,
47
- "@types/node" : " ^18.19.64 " ,
47
+ "@types/node" : " ^22.0.0 " ,
48
48
"@types/node-fetch" : " ^2.5.7" ,
49
49
"@types/semver" : " ^7.5.3" ,
50
50
"@types/ungap__structured-clone" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 20
20
"turbo" : " ^1.12.5"
21
21
},
22
22
"engines" : {
23
- "node" : " ^20 "
23
+ "node" : " ^22.0.0 "
24
24
},
25
25
"workspaces" : [
26
26
" api" ,
Original file line number Diff line number Diff line change 65
65
"@storybook/react" : " ^6.5.10" ,
66
66
"@types/flexsearch" : " ^0.7.3" ,
67
67
"@types/memoizee" : " ^0.4.4" ,
68
- "@types/node" : " ^18.19.64 " ,
68
+ "@types/node" : " ^22.0.0 " ,
69
69
"@types/react" : " ^18.0.18" ,
70
70
"@types/react-dom" : " ^18.0.6" ,
71
71
"@typescript-eslint/eslint-plugin" : " ^5.62.0" ,
Original file line number Diff line number Diff line change 3751
3751
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
3752
3752
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
3753
3753
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.14.1 "
3756
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1 .tgz#53b54585cec81c21eee3697521e31312d6ca1e6f "
3757
+ integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw ==
3758
3758
dependencies:
3759
- undici-types "~5.26.4 "
3759
+ undici-types "~6.21.0 "
3760
3760
3761
3761
"@types/normalize-package-data@^2.4.0":
3762
3762
version "2.4.4"
@@ -15145,16 +15145,16 @@ unbox-primitive@^1.1.0:
15145
15145
has-symbols "^1.1.0"
15146
15146
which-boxed-primitive "^1.1.1"
15147
15147
15148
- undici-types@~5.26.4:
15149
- version "5.26.5"
15150
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
15151
- integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
15152
-
15153
15148
undici-types@~6.20.0:
15154
15149
version "6.20.0"
15155
15150
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
15156
15151
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
15157
15152
15153
+ undici-types@~6.21.0:
15154
+ version "6.21.0"
15155
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
15156
+ integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
15157
+
15158
15158
unfetch@^4.2.0:
15159
15159
version "4.2.0"
15160
15160
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
You can’t perform that action at this time.
0 commit comments