mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
[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:
parent
d07912d4b2
commit
4e3821c2ff
2
.github/workflows/automated-tests.yaml
vendored
2
.github/workflows/automated-tests.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [22.14.0, 22.x, 23.x]
|
node-version: [22.14.0, 22.x, 24.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Install electron dependencies and labwc
|
- name: Install electron dependencies and labwc
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/electron-rebuild.yaml
vendored
2
.github/workflows/electron-rebuild.yaml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [22.14.0, 22.x, 23.x]
|
node-version: [22.14.0, 22.x, 24.x]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -29,6 +29,7 @@ planned for 2025-07-01
|
|||||||
- Refactor ESLint config to use `defineConfig` and `globalIgnores`
|
- Refactor ESLint config to use `defineConfig` and `globalIgnores`
|
||||||
- Replace `eslint-plugin-import` with `eslint-plugin-import-x`
|
- Replace `eslint-plugin-import` with `eslint-plugin-import-x`
|
||||||
- Switch Stylelint config to flat format and simplify Stylelint scripts
|
- Switch Stylelint config to flat format and simplify Stylelint scripts
|
||||||
|
- [workflow] Replace Node.js version v23 with v24 (#3770)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user