Skip to content

Commit

Permalink
fix(code): add ruby setup to pr-test
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Mar 25, 2024
1 parent be4d473 commit 91eb476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 20
- name: Setup Ruby
uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899
with:
ruby-version: "3.1"
- name: Install dependencies
run: yarn
- name: Build packages
Expand Down

0 comments on commit 91eb476

Please sign in to comment.