Update project to Node 20 runtime

This commit is contained in:
Jozef Izso 2024-05-18 14:06:09 +02:00
parent 81a2b8afcb
commit 41db6fbaaa
3 changed files with 6 additions and 6 deletions

2
.nvmrc
View file

@ -1 +1 @@
v18.19.0
v20

8
package-lock.json generated
View file

@ -25,7 +25,7 @@
"@types/adm-zip": "^0.5.5",
"@types/github-slugger": "^1.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.32",
"@types/node": "^20.12.12",
"@types/picomatch": "^2.3.3",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.8.0",
@ -1689,9 +1689,9 @@
}
},
"node_modules/@types/node": {
"version": "18.19.32",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.32.tgz",
"integrity": "sha512-2bkg93YBSDKk8DLmmHnmj/Rwr18TLx7/n+I23BigFwgexUJoMHZOd8X1OFxuF/W3NN0S2W2E5sVabI5CPinNvA==",
"version": "20.12.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz",
"integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==",
"dependencies": {
"undici-types": "~5.26.4"
}

View file

@ -48,7 +48,7 @@
"@types/adm-zip": "^0.5.5",
"@types/github-slugger": "^1.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.32",
"@types/node": "^20.12.12",
"@types/picomatch": "^2.3.3",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.8.0",