Skip to content

Commit

Permalink
chore(action): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Nov 11, 2023
1 parent 2b74616 commit d0f0b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/browser_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version:
- ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm cit
env:
Expand Down

0 comments on commit d0f0b2e

Please sign in to comment.