Skip to content

Commit

Permalink
build: use bun install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yharaskrik committed Jan 28, 2024
1 parent d394c92 commit eabf596
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
steps:
- checkout
- node/install:
install-yarn: true
node-version: '18'
- node/install-packages:
pkg-manager: yarn
include-branch-in-cache-key: false
cache-version: v4
node-version: '20'
- run:
name: Install Packages
command: curl -fsSL https://bun.sh/install | bash && bun install --frozen-lockfile
- run:
name: Run tests
command: yarn nx affected:test --parallel << parameters.flags >>
Expand Down

0 comments on commit eabf596

Please sign in to comment.