Skip to content

Commit

Permalink
.github/workflows: workaround npm/cli#7657
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jul 21, 2024
1 parent 711f930 commit f8eb4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version:
- 18.x # Maintenance LTS as of 2024-07
- 20.x # Active LTS as of 2024-07
- 22.x # Current as of 2024-07
- 22.4.x # Current as of 2024-07, npm/cli#7657
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit f8eb4e6

Please sign in to comment.