diff options
| author | Shinigami <[email protected]> | 2022-10-30 18:27:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-30 17:27:41 +0000 |
| commit | 226d4215bd672a6e3f5c19975d0c303343ee4466 (patch) | |
| tree | de5e4886a3284680b9bba8bde2d3e8d77d0c8808 /scripts | |
| parent | 9abfcfb90cc73bfe961d446f5fb950976d5c2ccd (diff) | |
| download | faker-226d4215bd672a6e3f5c19975d0c303343ee4466.tar.xz faker-226d4215bd672a6e3f5c19975d0c303343ee4466.zip | |
refactor!: upgrade node minimum target (#1494)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/bundle.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bundle.ts b/scripts/bundle.ts index 3b72941a..a94d3183 100644 --- a/scripts/bundle.ts +++ b/scripts/bundle.ts @@ -7,7 +7,7 @@ console.log('Building dist for node (cjs)...'); // Generate entry-points for cjs compatibility const localeDir = 'locale'; -const target = ['ES2019', 'node14.6']; +const target = ['ES2019', 'node14.17']; if (existsSync(localeDir)) { rmSync(localeDir, { recursive: true, force: true }); |
