Update deps (#3439)

- update dependencies including electron to v30
- replace node v21 with v22 in tests
This commit is contained in:
Karsten Hassel
2024-05-01 19:54:38 +02:00
committed by GitHub
parent 1fa17883bc
commit 3b0035760d
8 changed files with 387 additions and 537 deletions

View File

@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v4