Skip to content

Commit

Permalink
FIx ruby version in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-prusiewicz committed Jul 18, 2024
1 parent 18cdd14 commit ac7f830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 2.6.10
- name: Install sass
run: gem install sass
- uses: actions/setup-node@v1
Expand Down

0 comments on commit ac7f830

Please sign in to comment.