Skip to content

Commit

Permalink
Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jun 5, 2024
1 parent d346508 commit 960d30c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['14.x', '16.x', '18.x']
gatsby-version: ['4.24.0', '5.2.0']
exclude:
- node-version: '14.x'
gatsby-version: '5.2.0'
- node-version: '16.x'
gatsby-version: '5.2.0'
node-version: ['18.x']
gatsby-version: ['5.2.0']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 960d30c

Please sign in to comment.