Skip to content

Commit

Permalink
fix(ci): Use pnpm instead of yarn in merge-by-table.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 5, 2024
1 parent 7728b18 commit c00f289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-by-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn --ignore-scripts
cache: 'pnpm'
- run: pnpm install
- uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit c00f289

Please sign in to comment.