Skip to content

Commit

Permalink
Set Ruby version in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Feb 4, 2024
1 parent 1742157 commit 0bc6379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- run: npm ci
# Add a step to set up Ruby
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
# Install Bundler
- run: gem install bundler
# Now run your original command
Expand Down

0 comments on commit 0bc6379

Please sign in to comment.