[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

@@ -38,7 +38,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [22.14.0, 22.x, 23.x]
node-version: [22.14.0, 22.x, 24.x]
steps:
- name: Install electron dependencies and labwc
run: |

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.14.0, 22.x, 23.x]
node-version: [22.14.0, 22.x, 24.x]
steps:
- name: Checkout code
uses: actions/checkout@v4