File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 44
44
- name : Setup Node
45
45
uses : actions/setup-node@v3
46
46
with :
47
- node-version : " 16 "
47
+ node-version : " 22 "
48
48
cache : ${{ steps.detect-package-manager.outputs.manager }}
49
49
- name : Restore cache
50
50
uses : actions/cache@v3
Original file line number Diff line number Diff line change 32
32
"@types/browser-sync-webpack-plugin" : " 2.2.5" ,
33
33
"@types/jest" : " 29.5.14" ,
34
34
"@types/jsdom" : " 20.0.1" ,
35
- "@types/node" : " 18.19.67 " ,
35
+ "@types/node" : " 22.15.21 " ,
36
36
"@types/svgo" : " 2.6.4" ,
37
37
"browser-sync" : " 2.29.3" ,
38
38
"browser-sync-webpack-plugin" : " 2.3.0" ,
Original file line number Diff line number Diff line change 1135
1135
dependencies :
1136
1136
undici-types "~5.26.4"
1137
1137
1138
- " @types/node@18.19.67 " :
1139
- version "18.19.67 "
1140
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.67 .tgz#77c4b01641a1e3e1509aff7e10d39e4afd5ae06d "
1141
- integrity sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ ==
1138
+ " @types/node@22.15.21 " :
1139
+ version "22.15.21 "
1140
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21 .tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77 "
1141
+ integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ ==
1142
1142
dependencies :
1143
- undici-types "~5.26.4 "
1143
+ undici-types "~6.21.0 "
1144
1144
1145
1145
" @types/node@>=10.0.0 " :
1146
1146
version "17.0.21"
@@ -8243,6 +8243,11 @@ undici-types@~5.26.4:
8243
8243
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8244
8244
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8245
8245
8246
+ undici-types@~6.21.0 :
8247
+ version "6.21.0"
8248
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
8249
+ integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
8250
+
8246
8251
universalify@^0.1.0 :
8247
8252
version "0.1.2"
8248
8253
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
You can’t perform that action at this time.
0 commit comments