Skip to content

Commit

Permalink
set ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
radeva committed Feb 28, 2024
1 parent 88a92c0 commit 8ae629f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
runs-on: flyci-macos-14-m2
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Get ruby version
run: ruby --version

- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true

- name: Install node modules
Expand Down

0 comments on commit 8ae629f

Please sign in to comment.