diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 542f62a..29777b7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,16 +13,16 @@ jobs: browsers: chrome-headless, firefox-headless - job: macos - os: macos-12 + os: macos-15 browsers: safari runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: npm - run: npm ci @@ -36,10 +36,10 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: npm - run: npm ci - run: npm run lint @@ -47,10 +47,10 @@ jobs: check-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: npm - run: npm ci - run: npm run format:check diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d2a43..fa78e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ project adheres to [Semantic Versioning](http://semver.org/). +## [0.7.2] 2025-07-02 + +- The auto-sample progress indicator is now logged to stderr instead of stdout, + so that it is easier to distinguish the result output from the status output. + ## [0.7.1] 2024-07-18 - Update jsonwebtoken dependency. diff --git a/package.json b/package.json index ddbc0a9..5b405f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachometer", - "version": "0.7.1", + "version": "0.7.2", "description": "Web benchmark runner", "main": "lib/cli.js", "directories": {