Skip to content

Commit

Permalink
chore: pin node-lts tests to 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 2, 2025
1 parent 3c191c0 commit cd52ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ${{ fromJson(needs.resolve-inputs.outputs.nodeVersions || '["lts/*"]') }}
# The 22.11.0 is instead of "lts/*" per https://github.com/mochajs/mocha/issues/5278
node_version: ${{ fromJson(needs.resolve-inputs.outputs.nodeVersions || '["22.11.0"]') }}
os: ${{ fromJson(needs.resolve-inputs.outputs.os || '["ubuntu-latest"]') }}
browser: ${{ fromJson(needs.resolve-inputs.outputs.browsers || '[""]') }}
steps:
Expand Down

0 comments on commit cd52ba1

Please sign in to comment.