Skip to content

Commit

Permalink
fix github actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Mar 27, 2024
1 parent 93f0457 commit c602bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v3
with:
version: 8
with:
version: 8

- run: pnpm
- run: node ./scripts/getStoriesList.js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v3
with:
version: 8
with:
version: 8

- run: pnpm
- run: node ./scripts/getStoriesList.js
Expand Down

0 comments on commit c602bcc

Please sign in to comment.