[workflow] Replace Node.js version v23 with v24 (#3770)

node v24 was released today and v23 will have reached EOL with our next
release.
This commit is contained in:
Kristjan ESPERANTO
2025-05-23 19:34:43 +02:00
committed by GitHub
parent d07912d4b2
commit 4e3821c2ff
3 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ planned for 2025-07-01
- Refactor ESLint config to use `defineConfig` and `globalIgnores`
- Replace `eslint-plugin-import` with `eslint-plugin-import-x`
- Switch Stylelint config to flat format and simplify Stylelint scripts
- [workflow] Replace Node.js version v23 with v24 (#3770)
### Fixed