Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Pin Node 22 to 22.11.0
  • Loading branch information
mark-wiemer committed Jul 28, 2025
commit 512388fe84e2e92e98e025164af0e9f765b235e6
6 changes: 4 additions & 2 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
smoke:
uses: ./.github/workflows/npm-script.yml
with:
node-versions: '18,20,22,24'
# The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
node-versions: '18,20,22.11.0,24'
npm-script: test-smoke

test-node-lts:
Expand Down Expand Up @@ -66,9 +67,10 @@ jobs:
with:
os: 'ubuntu-latest,windows-latest'
# We pin exact versions here per https://github.com/mochajs/mocha/issues/5052
# The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
# LTS is tested in a previous step
# Ref https://nodejs.org/en/about/previous-releases
node-versions: '18.20.8,20.19.4,22.17.1,24.4.1'
node-versions: '18.20.8,20.19.4,22.11.0,24.4.1'
npm-script: test-node:${{ matrix.test-part }}
coverage: ${{ matrix.coverage }}

Expand Down
Loading