Skip to content

Commit

Permalink
upgrade yarn and bundler in circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh committed May 16, 2024
1 parent 10a9620 commit 8d97354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ commands:
prepare-yarn:
steps:
- run:
name: Specification version of yarn to 4.2.1
name: Specification version of yarn to 4.2.2
command: |
sudo corepack enable
sudo yarn set version 4.2.1
sudo yarn set version 4.2.2
install-ruby-dependencies:
parameters:
ruby-version:
Expand All @@ -52,7 +52,7 @@ commands:
bundle config without 'development production'
name: Set bundler settings
- ruby/install-deps:
bundler-version: '2.5.9'
bundler-version: '2.5.10'
key: ruby<< parameters.ruby-version >>-gems-v2
wait-db:
steps:
Expand Down

0 comments on commit 8d97354

Please sign in to comment.