Skip to content

Commit

Permalink
Also update other 22s
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 2, 2025
1 parent cd52ba1 commit d1b6d17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
smoke:
uses: ./.github/workflows/npm-script.yml
with:
node-versions: '14,22,lts/*'
# The 22.11.0 is instead of lts per https://github.com/mochajs/mocha/issues/5278
node-versions: '18,20,22.11.0'
npm-script: test-smoke

test-node-lts:
Expand Down Expand Up @@ -64,7 +65,8 @@ jobs:
coverage: false
with:
os: 'ubuntu-latest,windows-latest'
node-versions: '14,16,18,20,22'
# The 22.11.0 is instead of 22 per https://github.com/mochajs/mocha/issues/5278
node-versions: '14,16,18,20,22.11.0'
npm-script: test-node:${{ matrix.test-part }}
coverage: ${{ matrix.coverage }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
show-progress: false
- uses: actions/setup-node@v4
with:
node-version: lts/*
# The 22.11.0 is instead of lts per https://github.com/mochajs/mocha/issues/5278
node-version: '22.11.0'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down

0 comments on commit d1b6d17

Please sign in to comment.