Skip to content

Commit

Permalink
Fix matrix resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky authored Oct 19, 2023
1 parent 1d90e24 commit 464af83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node-version }}
name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node }}
-
name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 464af83

Please sign in to comment.