Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Obsolete nodeJS version #9568

Open
cryptrz opened this issue Mar 27, 2024 · 1 comment
Open

[Bug]: Obsolete nodeJS version #9568

cryptrz opened this issue Mar 27, 2024 · 1 comment

Comments

@cryptrz
Copy link

cryptrz commented Mar 27, 2024

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](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

@mkasberg
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants