Skip to content

Commit

Permalink
Remove yarn from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 14, 2025
1 parent 0a82a01 commit 8bb3dab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
with:
node-version: 18
cache: pnpm
- run: yarn set version 4.1.0
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- run: pnpm vitest --testNamePattern "${{ matrix.slow-test }}"
Expand All @@ -128,7 +127,6 @@ jobs:
matrix:
slow-test:
- typescript with npm
- typescript with yarn
- typescript with pnpm
steps:
- uses: actions/checkout@v4
Expand All @@ -139,7 +137,6 @@ jobs:
with:
node-version: 18
cache: pnpm
- run: yarn set version 4.1.0
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- run: pnpm vitest --testNamePattern "${{ matrix.slow-test }}"
Expand Down

0 comments on commit 8bb3dab

Please sign in to comment.