Skip to content

Commit

Permalink
feature: @supertape/formatter-progress-bar: drop support of node < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 28, 2023
1 parent 256a437 commit e7d60b3
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/formatter-progress-bar/lib/progress-bar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Writable} from 'stream';
import {Writable} from 'node:stream';
import cliProgress from 'cli-progress';
import chalk from 'chalk';
import fullstore from 'fullstore';
2 changes: 1 addition & 1 deletion packages/formatter-progress-bar/package.json
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
},
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=16"
},
"publishConfig": {
"access": "public"

0 comments on commit e7d60b3

Please sign in to comment.