Skip to content

Commit

Permalink
Fix. Upgrade Ruby Version
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathy00 committed Jun 3, 2024
1 parent c5e57dc commit 53a7624
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Use Ruby 2.5
- name: Use Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.1
- run: npm install -g bower
- run: npm install -g grunt-cli
- run: gem install compass
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Validate PR

on:
pull_request:
push:
branches: [ fix-gemissue ]
pull_request:
branches: [ master ]

jobs:
Expand Down

0 comments on commit 53a7624

Please sign in to comment.