Skip to content

Commit ed6ed5e

Browse files
feat: added support for got v15 (#2473)
Got v15 requires Node.js v22 refs https://jsw.ibm.com/browse/INSTA-83888 --------- Co-authored-by: Arya <arya.mohanan@ibm.com>
1 parent 1f91783 commit ed6ed5e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

currencies.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,11 @@
542542
"note": "",
543543
"core": false,
544544
"versions": [
545+
{
546+
"v": "15.0.2",
547+
"esmOnly": true,
548+
"node": ">=22"
549+
},
545550
{
546551
"v": "14.6.6",
547552
"esmOnly": true
@@ -1317,4 +1322,4 @@
13171322
}
13181323
]
13191324
}
1320-
]
1325+
]

0 commit comments

Comments
 (0)