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

This commit is contained in:
Andrew Nicols
2024-01-30 12:21:01 +08:00
parent 6080ef9fe7
commit d3f1b1ccbe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
lts/gallium
lts/iron
+1 -1
View File
@@ -47,6 +47,6 @@
"xpath": "0.0.32"
},
"engines": {
"node": ">=16.14.0 <17"
"node": ">=20.11.0 <21"
}
}