Skip to content

Commit

Permalink
bump orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 9, 2024
1 parent 72ff559 commit 248e1a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ orbs:
browser-tools: circleci/[email protected]
discord: antonioned/[email protected]
codecov: codecov/[email protected]
bun-orb: cmgriffing/[email protected].28
bun-orb: cmgriffing/[email protected].29
node: circleci/[email protected]
nx: nrwl/[email protected]

Expand Down Expand Up @@ -133,7 +133,6 @@ jobs:
clone_options: "--depth 1 --verbose"
- bun-orb/setup:
version: 1.1.1
- node/install
- restore_cache:
name: Restore Yarn cache
keys:
Expand Down Expand Up @@ -197,7 +196,6 @@ jobs:
clone_options: "--depth 1 --verbose"
- bun-orb/setup:
version: 1.1.1
- node/install
- attach_workspace:
at: .
- nx/set-shas:
Expand Down Expand Up @@ -350,7 +348,6 @@ jobs:
clone_options: "--depth 1 --verbose"
- bun-orb/setup:
version: 1.1.1
- node/install
- attach_workspace:
at: .
- run:
Expand Down

0 comments on commit 248e1a1

Please sign in to comment.