We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c2f22 commit 10f1034Copy full SHA for 10f1034
.github/workflows/ci-cd.yml
@@ -16,15 +16,15 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- nodeVersion: [20, 22, 23]
+ nodeVersion: [20, 22, 24]
20
with:
21
nodeVersion: ${{ matrix.nodeVersion }}
22
test:
23
uses: vidavidorra/.github/.github/workflows/node-test.yml@406459d6044da68eb7f6a80ebc78369b66eeb226 # v5.0.40
24
25
26
27
28
29
30
code-coverage:
0 commit comments