Skip to content

Commit

Permalink
Revert "Attempt to restore GitHub Actions tests for Node 22.5.x"
Browse files Browse the repository at this point in the history
This reverts commit c129d0f.
  • Loading branch information
zachleat committed Jul 22, 2024
1 parent c129d0f commit ff6338f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22"]
# Restore "22" after 22.5.1 ships https://github.com/actions/node-versions/pull/182
node: ["18", "20", "22.4"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ff6338f

Please sign in to comment.