Skip to content

Commit

Permalink
use the correct matrix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
eeerin committed Jun 18, 2024
1 parent 7786e9c commit df57bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.nodejs }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.nodejs }}
- run: yarn install --frozen-lockfile
- run: yarn test

0 comments on commit df57bdf

Please sign in to comment.