File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -47,5 +47,5 @@ inputs:
47
47
required : false
48
48
49
49
runs :
50
- using : ' node16 '
50
+ using : ' node20 '
51
51
main : ' lib/index.js'
Original file line number Diff line number Diff line change 39
39
"xml-js" : " ^1.6.11"
40
40
},
41
41
"devDependencies" : {
42
- "@types/node" : " 18 " ,
42
+ "@types/node" : " 20 " ,
43
43
"@typescript-eslint/parser" : " ^5.52.0" ,
44
44
"esbuild" : " ^0.17.10" ,
45
45
"eslint" : " ^8.34.0" ,
Original file line number Diff line number Diff line change 337
337
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
338
338
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
339
339
340
- " @types/node@18 " :
341
- version "18.14.1"
342
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.14.1.tgz#90dad8476f1e42797c49d6f8b69aaf9f876fc69f"
343
- integrity sha512-QH+37Qds3E0eDlReeboBxfHbX9omAcBCXEzswCu6jySP642jiM3cYSIkU/REqwhCUqXdonHFuBfJDiAJxMNhaQ==
340
+ " @types/node@20 " :
341
+ version "20.11.9"
342
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.9.tgz#959d436f20ce2ee3df897c3eaa0617c98fa70efb"
343
+ integrity sha512-CQXNuMoS/VcoAMISe5pm4JnEd1Br5jildbQEToEMQvutmv+EaQr90ry9raiudgpyDuqFiV9e4rnjSfLNq12M5w==
344
+ dependencies :
345
+ undici-types "~5.26.4"
344
346
345
347
" @types/semver@^7.3.12 " :
346
348
version "7.3.13"
@@ -2150,6 +2152,11 @@ unbox-primitive@^1.0.2:
2150
2152
has-symbols "^1.0.3"
2151
2153
which-boxed-primitive "^1.0.2"
2152
2154
2155
+ undici-types@~5.26.4 :
2156
+ version "5.26.5"
2157
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2158
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2159
+
2153
2160
universal-user-agent@^6.0.0 :
2154
2161
version "6.0.0"
2155
2162
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
You can’t perform that action at this time.
0 commit comments