Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent 3797235 commit 8302f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node@${{ target.os }}
- name: Setup node@${{ matrix.os }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.target }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
target: [13.x]

steps:
- name: Setup node@${{ target.os }}
- name: Setup node@${{ matrix.os }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.target }}
Expand Down

0 comments on commit 8302f2d

Please sign in to comment.