We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9444d5e commit ab3bab5Copy full SHA for ab3bab5
.github/workflows/ci-cd.yml
@@ -16,15 +16,15 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- nodeVersion: [20, 21]
+ nodeVersion: [20, 22, 23]
20
with:
21
nodeVersion: ${{ matrix.nodeVersion }}
22
test:
23
uses: vidavidorra/.github/.github/workflows/node-test.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
24
25
26
27
28
29
30
code-coverage:
0 commit comments