File tree 3 files changed +15
-8
lines changed
3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 7
7
- uses : actions/checkout@v2
8
8
- uses : actions/setup-node@v2
9
9
with :
10
- node-version : " 16 "
10
+ node-version : " 22 "
11
11
cache : " yarn"
12
12
- run : " yarn install"
13
13
- run : " yarn analyze"
18
18
- uses : actions/checkout@v2
19
19
- uses : actions/setup-node@v2
20
20
with :
21
- node-version : " 16 "
21
+ node-version : " 22 "
22
22
cache : " yarn"
23
23
- run : " yarn install"
24
24
- uses : cypress-io/github-action@v2
31
31
- uses : actions/checkout@v2
32
32
- uses : actions/setup-node@v2
33
33
with :
34
- node-version : " 16 "
34
+ node-version : " 22 "
35
35
cache : " yarn"
36
36
- run : " yarn install"
37
37
- run : " yarn ci:test:unit"
Original file line number Diff line number Diff line change 36
36
"@testing-library/react" : " 12.1.5" ,
37
37
"@testing-library/user-event" : " 13.5.0" ,
38
38
"@types/jest" : " 27.5.2" ,
39
- "@types/node" : " 16.18.124 " ,
39
+ "@types/node" : " 22.15.0 " ,
40
40
"@types/react" : " 17.0.83" ,
41
41
"@types/testing-library__cypress" : " 5.0.13" ,
42
42
"@typescript-eslint/eslint-plugin" : " 5.62.0" ,
Original file line number Diff line number Diff line change 1324
1324
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.10.tgz#7aa732cc47341c12a16b7d562f519c2383b6d4fc"
1325
1325
integrity sha512-S63Dlv4zIPb8x6MMTgDq5WWRJQe56iBEY0O3SOFA9JrRienkOVDXSXBjjJw6HTNQYSE2JI6GMCR6LVbIMHJVvA==
1326
1326
1327
-
1328
- version "16.18.124"
1329
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.124.tgz#3485947880c049e643e06d9ca368e5a94b4ef92f"
1330
- integrity sha512-8ADCm5WzM/IpWxjs1Jhtwo6j+Fb8z4yr/CobP5beUUPdyCI0mg87/bqQYxNcqnhZ24Dc9RME8SQWu5eI/FmSGA==
1327
+
1328
+ version "22.15.0"
1329
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.0.tgz#5fcf430c079da64e96028b87cbffc218a02685db"
1330
+ integrity sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==
1331
+ dependencies :
1332
+ undici-types "~6.21.0"
1331
1333
1332
1334
" @types/node@^14.14.31 " :
1333
1335
version "14.14.44"
@@ -6152,6 +6154,11 @@ unbox-primitive@^1.1.0:
6152
6154
has-symbols "^1.1.0"
6153
6155
which-boxed-primitive "^1.1.1"
6154
6156
6157
+ undici-types@~6.21.0 :
6158
+ version "6.21.0"
6159
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
6160
+ integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
6161
+
6155
6162
universalify@^0.1.2 :
6156
6163
version "0.1.2"
6157
6164
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
You can’t perform that action at this time.
0 commit comments