Skip to content

Commit

Permalink
remove strategey + matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndv99 committed Nov 16, 2023
1 parent c6cbdf2 commit d26d538
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
name: Lint
needs: read-node-version
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Restore node_modules
Expand All @@ -40,9 +37,6 @@ jobs:
name: Test
needs: read-node-version
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Restore node_modules
Expand Down

0 comments on commit d26d538

Please sign in to comment.