jekyll icon indicating copy to clipboard operation
jekyll copied to clipboard

[Bug]: Obsolete nodeJS version

Open cryptrz opened this issue 1 year ago • 1 comments

Operating System

Github hosted

Ruby Version

ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]

Jekyll Version

jekyll 4.3.3

GitHub Pages Version

latest

Expected Behavior

I expected the website to show the new blog post. It appears on te localhost version hosted on WSL, it doesn't on github-pages

Current Behavior

After a git push for the website below, I get these messages: Website: https://cryptrz.github.io/ Github repo: https://github.com/cryptrz/cryptrz.github.io

Messages: 2024-03-27 14_37_30-Restore config · cryptrz_cryptrz github io@4ec8b9c and 7 more pages - Personal -

It works perfectly on localhost, the new blog post appears. The git push failed many times

Relevant log output

No response

Code Sample

No response

cryptrz avatar Mar 27 '24 13:03 cryptrz

This is not a bug in Jekyll.

Looking at your logs, the reason for the failure is this:

nokogiri-1.16.3-x86_64-linux requires ruby version < 3.4.dev, >= 3.0, which is
incompatible with the current version, ruby 2.7.8p225

Your repository is configured to use ruby 2.7. If Ruby 3.0.2 is working for you locally, updating your GitHub Action to use the same version of Ruby is likely to resolve the problem.

The warnings about deprecated NodeJS versions are similarly related to your own GitHub Actions config.

mkasberg avatar Mar 29 '24 02:03 mkasberg

What @mkasberg says is correct. Since this isn't a bug in Jekyll itself, I'll close this issue.

mattr- avatar May 23 '24 15:05 mattr-