Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Jun 19, 2024
1 parent ef79054 commit d710f17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,16 @@ jobs:
- uses: actions/setup-node@v4
- run: npm init -y

- if: ${{ matrix.pm }} == "npm"
- if: ${{ matrix.pm == "npm" }}
run: |
npm install ${{ github.workspace }}/repo
- if: ${{ matrix.pm }} == "pnpm"
- if: ${{ matrix.pm == "pnpm" }}
run: |
npm install -g pnpm
pnpm add ${{ github.workspace }}/repo
- if: ${{ matrix.pm }} == "yarn"
- if: ${{ matrix.pm == "yarn" }}
run: |
npm install -g yarn
yarn set version stable
Expand Down

0 comments on commit d710f17

Please sign in to comment.