Skip to content

Commit

Permalink
ci: fixed ci workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Mar 9, 2022
1 parent 1375583 commit 72592ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}

- uses: actions/setup-node@v2
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down

0 comments on commit 72592ca

Please sign in to comment.