build: bump Node from v16 to v20 (#14)

This commit is contained in:
Konstantin Azizov 2023-10-27 19:07:58 +02:00 committed by GitHub
parent deec13b3d0
commit 7a64551755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 6 deletions

View file

@ -26,7 +26,7 @@
"detect-libc": "^2.0.2"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^20.8.9",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.46.0",
"eslint-config-moon": "^2.0.6",
@ -36,6 +36,6 @@
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
}
}