Skip to content

Commit

Permalink
Update Ruby version used in storybook task
Browse files Browse the repository at this point in the history
REDMINE-20487
  • Loading branch information
tf committed Nov 14, 2023
1 parent 29aa97b commit 56f026f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
# Ruby/Node

- name: Set up Ruby 2.6
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.2

- name: Set up Node.js 14
uses: actions/setup-node@v1
Expand Down

0 comments on commit 56f026f

Please sign in to comment.