Skip to content

Commit

Permalink
build: use bun orb
Browse files Browse the repository at this point in the history
  • Loading branch information
yharaskrik committed Jan 28, 2024
1 parent 269e22c commit aa015b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
node: circleci/node@5.0.2
bun-orb: cmgriffing/bun-orb@0.0.28

jobs:
build-and-test:
Expand All @@ -15,9 +16,7 @@ jobs:
- checkout
- node/install:
node-version: '21'
- run:
name: Install Bun
command: curl -fsSL https://bun.sh/install | bash
- bun-orb/setup
- restore_cache:
keys:
- v1-dependencies-bun-{{ checksum "bun.lockb" }}
Expand Down

0 comments on commit aa015b8

Please sign in to comment.