[Actions] Struggle with package versions
Some checks failed
/ jekyll (push) Failing after 4s

This commit is contained in:
Bill Niblock 2024-02-26 22:02:26 -05:00
parent 0584a12a7b
commit ec1c845a7b

View file

@ -4,3 +4,9 @@ jobs:
runs-on: node20 runs-on: node20
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: '3.3' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle install
- run: jekyll help