diff --git a/packages/ganache/webpack/webpack.node.config.ts b/packages/ganache/webpack/webpack.node.config.ts index e486be2c39..98f4b5b3e7 100644 --- a/packages/ganache/webpack/webpack.node.config.ts +++ b/packages/ganache/webpack/webpack.node.config.ts @@ -5,7 +5,7 @@ import merge from "webpack-merge"; import DeduplicatePlugin from "./deduplicate-plugin"; const config: webpack.Configuration = merge({}, base, { - target: "node10.7", + target: "node16.0", entry: { core: "./index.ts", cli: "./src/cli.ts"