Update minimum build target to match package.json

This commit is contained in:
Tom Moor
2024-01-09 18:05:46 -08:00
committed by GitHub
parent a9f5d65591
commit 5a0c8e41cb

View File

@@ -5,7 +5,7 @@
"@babel/preset-env",
{
"targets": {
"node": "14"
"node": "18"
}
}
],
@@ -45,4 +45,4 @@
]
}
}
}
}