Skip to content

Commit

Permalink
Only run latest and oldest for non-Linux Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Dec 22, 2021
1 parent f0a1fd3 commit 8d9beb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node: ['10', '12', '14', '16', '17']
node: ['10', '17']
name: Node ${{ matrix.node }} (macOS)
steps:
- name: Checkout Commit
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: ['10', '12', '14', '16', '17']
node: ['10', '17']
name: Node ${{ matrix.node }} (Windows)
steps:
- name: Checkout Commit
Expand Down

0 comments on commit 8d9beb7

Please sign in to comment.