Skip to content

Commit

Permalink
feat: STRF-11900 Support windows latest on node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc committed Aug 13, 2024
1 parent c010a0b commit f4639fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ jobs:
strategy:
matrix:
node: [18.x, 20.x, 22.x]
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
exclude:
- os: windows-2019
node: 22.x
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
env:
TITLE: ${{ github.event.pull_request.title }}

Expand Down

0 comments on commit f4639fc

Please sign in to comment.