TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.08k stars 1.19k forks source link

Use Node.js v 22.x.y for our GH build system #8707

Closed pmario closed 3 weeks ago

pmario commented 3 weeks ago

Use Node.js v 22.x.y for our GH build system

We use v18 at the moment, which will be "End of Live" in April 25. So it's time to change that.

The proposed --watch-path in PR: Improve package json new scripts #8695 needs minimum 20.13.0 which also is in maintenance mode already. See: https://nodejs.org/en/about/previous-releases

github-actions[bot] commented 3 weeks ago

Confirmed: pmario has already signed the Contributor License Agreement (see contributing.md)

Jermolene commented 3 weeks ago

Thanks @pmario it's a weird exception, but changes to the CI scripts should generally target tiddlywiki-com. Once merged there, I do regular updates of "master" that will pick up the changes.

pmario commented 3 weeks ago

I'll create a new PR.