File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 browsers : chrome-headless, firefox-headless
1414
1515 - job : macos
16- os : macos-12
16+ os : macos-15
1717 browsers : safari
1818
1919 runs-on : ${{ matrix.os }}
2020
2121 steps :
22- - uses : actions/checkout@v3
23- - uses : actions/setup-node@v3
22+ - uses : actions/checkout@v4
23+ - uses : actions/setup-node@v4
2424 with :
25- node-version : 16
25+ node-version : 22
2626 cache : npm
2727
2828 - run : npm ci
@@ -36,21 +36,21 @@ jobs:
3636 lint :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v3
40- - uses : actions/setup-node@v3
39+ - uses : actions/checkout@v4
40+ - uses : actions/setup-node@v4
4141 with :
42- node-version : 16
42+ node-version : 22
4343 cache : npm
4444 - run : npm ci
4545 - run : npm run lint
4646
4747 check-format :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v3
51- - uses : actions/setup-node@v3
50+ - uses : actions/checkout@v4
51+ - uses : actions/setup-node@v4
5252 with :
53- node-version : 16
53+ node-version : 22
5454 cache : npm
5555 - run : npm ci
5656 - run : npm run format:check
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ project adheres to [Semantic Versioning](http://semver.org/).
77
88<!-- ## Unreleased -->
99
10+ ## [ 0.7.2] 2025-07-02
11+
12+ - The auto-sample progress indicator is now logged to stderr instead of stdout,
13+ so that it is easier to distinguish the result output from the status output.
14+
1015## [ 0.7.1] 2024-07-18
1116
1217- Update jsonwebtoken dependency.
Original file line number Diff line number Diff line change 11{
22 "name" : " tachometer" ,
3- "version" : " 0.7.1 " ,
3+ "version" : " 0.7.2 " ,
44 "description" : " Web benchmark runner" ,
55 "main" : " lib/cli.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments