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

Javascript compilation error blocking new release #1245

Closed
knadh opened this issue Mar 19, 2023 · 0 comments · Fixed by #1247
Closed

Javascript compilation error blocking new release #1245

knadh opened this issue Mar 19, 2023 · 0 comments · Fixed by #1247
Labels
bug Something isn't working

Comments

@knadh
Copy link
Owner

knadh commented Mar 19, 2023

I'd just pushed the v2.4.0 release when the Javascript compilation failed in the GitHub Actions environment.

error eslint-import-resolver-webpack@0.13.1: The engine "node" is incompatible with this module. Expected version "^16 || ^15 || ^14 || ^13 || ^12 || ^11 || ^10 || ^9 || ^8 || ^7 || ^6". Got "18.11.0"

Looks like Node has been updated in the GH Actions environment. I checked my local version and it was Node 14 on Fedora 33 (whoops). Upgraded to Node 18.5 and it fails to compile locally, as expected.

I tried upgrading the dev dependencies and it immediately showed signs of a nightmarish rabbithole worse than this, so any help is greatly appreciated!

@knadh knadh added the bug Something isn't working label Mar 19, 2023
@knadh knadh pinned this issue Mar 19, 2023
@knadh knadh unpinned this issue Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant