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 59307d6 commit 0051bfaCopy full SHA for 0051bfa
.github/workflows/ci-cd.yml
@@ -16,15 +16,15 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- nodeVersion: [18, 20, 21]
+ nodeVersion: [20, 21]
20
with:
21
nodeVersion: ${{ matrix.nodeVersion }}
22
test:
23
uses: vidavidorra/.github/.github/workflows/node-test.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
24
25
26
27
28
29
30
code-coverage:
0 commit comments