fix: dependencies for working CI

This commit is contained in:
Rotzbua 2026-07-16 11:06:29 +02:00
commit b9781b394c
No known key found for this signature in database
GPG key ID: C69022D529C17845
4 changed files with 22 additions and 18 deletions

View file

@ -11,8 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ "18", "20", "22", "24" ]
name: Node ${{ matrix.node.name }}
node: [
"22",
"24",
"26",
]
name: Node v${{ matrix.node }}
env:
CI: true
steps: