Skip to content

Commit 173d758

Browse files
authored
Update to node 20 (#8)
1 parent 3a6a10a commit 173d758

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ inputs:
4747
required: false
4848

4949
runs:
50-
using: 'node16'
50+
using: 'node20'
5151
main: 'lib/index.js'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"xml-js": "^1.6.11"
4040
},
4141
"devDependencies": {
42-
"@types/node": "18",
42+
"@types/node": "20",
4343
"@typescript-eslint/parser": "^5.52.0",
4444
"esbuild": "^0.17.10",
4545
"eslint": "^8.34.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,12 @@
337337
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
338338
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
339339

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"
344346

345347
"@types/semver@^7.3.12":
346348
version "7.3.13"
@@ -2150,6 +2152,11 @@ unbox-primitive@^1.0.2:
21502152
has-symbols "^1.0.3"
21512153
which-boxed-primitive "^1.0.2"
21522154

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+
21532160
universal-user-agent@^6.0.0:
21542161
version "6.0.0"
21552162
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"

0 commit comments

Comments
 (0)