fix: dependencies for working CI
This commit is contained in:
parent
38514d82ca
commit
b9781b394c
4 changed files with 22 additions and 18 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue