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 43
43
"@types/cors" : " ^2.8.12" ,
44
44
"@types/express" : " 4.17.21" ,
45
45
"@types/memoizee" : " ^0.4.7" ,
46
- "@types/node" : " ^18.19.64 " ,
46
+ "@types/node" : " ^22.0.0 " ,
47
47
"@types/node-fetch" : " ^2.5.7" ,
48
48
"@types/semver" : " ^7.5.3" ,
49
49
"@types/ungap__structured-clone" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 18
18
"turbo" : " ^1.12.5"
19
19
},
20
20
"engines" : {
21
- "node" : " ^20 "
21
+ "node" : " ^22.0.0 "
22
22
},
23
23
"workspaces" : [
24
24
" api" ,
Original file line number Diff line number Diff line change 66
66
"@storybook/react" : " ^6.5.10" ,
67
67
"@types/flexsearch" : " ^0.7.3" ,
68
68
"@types/memoizee" : " ^0.4.4" ,
69
- "@types/node" : " ^18.19.64 " ,
69
+ "@types/node" : " ^22.0.0 " ,
70
70
"@types/react" : " ^18.0.18" ,
71
71
"@types/react-dom" : " ^18.0.6" ,
72
72
"@typescript-eslint/eslint-plugin" : " ^5.62.0" ,
Original file line number Diff line number Diff line change 3661
3661
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
3662
3662
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
3663
3663
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 ==
3668
3668
dependencies:
3669
- undici-types "~5.26.4 "
3669
+ undici-types "~6.21.0 "
3670
3670
3671
3671
"@types/normalize-package-data@^2.4.0":
3672
3672
version "2.4.4"
@@ -14741,16 +14741,16 @@ unbox-primitive@^1.1.0:
14741
14741
has-symbols "^1.1.0"
14742
14742
which-boxed-primitive "^1.1.1"
14743
14743
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
-
14749
14744
undici-types@~6.20.0:
14750
14745
version "6.20.0"
14751
14746
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
14752
14747
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
14753
14748
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
+
14754
14754
unfetch@^4.2.0:
14755
14755
version "4.2.0"
14756
14756
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
You can’t perform that action at this time.
0 commit comments