Skip to content

Commit

Permalink
fix: remove anchor from strategy matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Jun 21, 2024
1 parent 447c5d6 commit 796a02e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix: &node-matrix
matrix:
node-version: [18]

steps:
Expand All @@ -32,7 +32,8 @@ jobs:
runs-on: ubuntu-latest
needs: test
strategy:
matrix: *node-matrix
matrix:
node-version: [18]

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

0 comments on commit 796a02e

Please sign in to comment.