MDL-79003 core: Bump NodeJS to lts/iron (NodeJS 20)

This commit is contained in:
Andrew Nicols 2024-01-29 20:19:05 +08:00
parent 560f4d895b
commit 2b864ceec3
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@ -1 +1 @@
lts/gallium
lts/iron

View File

@ -51,6 +51,6 @@
"xpath": "0.0.32"
},
"engines": {
"node": ">=16.14.0 <17"
"node": ">=20.11.0 <21"
}
}