build: use Node.js =20.3.0 for local dev env (#9204)

This commit is contained in:
Vladimír Gorej
2023-09-13 10:54:06 +02:00
committed by GitHub
parent d89726a24b
commit aea093dbf8
6 changed files with 9 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ module.exports = {
"@babel/env",
{
"targets": {
"node": "16.13.2"
"node": "20.3.0"
},
"ignoreBrowserslistConfig": true,
"useBuiltIns": false,