Skip to content

Commit

Permalink
ci: fix pnpm step order
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Dec 24, 2023
1 parent cd59867 commit bbea0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/[email protected]
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit bbea0de

Please sign in to comment.