Skip to content

Commit

Permalink
Revert "CI: Avoiding Node 22.5" (#1921)
Browse files Browse the repository at this point in the history
Reverts #1920

Seems to be fixed in 22.5.1
  • Loading branch information
RobinTail authored Jul 22, 2024
1 parent 8f4468f commit 0305b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.18.0, 18.x, 20.9.0, 20.x, 22.0.0, 22.4]
node-version: [18.18.0, 18.x, 20.9.0, 20.x, 22.0.0, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Get yarn cache dir
Expand Down

0 comments on commit 0305b14

Please sign in to comment.