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 a73d53e commit 6baf872Copy full SHA for 6baf872
1 file changed
.github/workflows/ci-cd.yml
@@ -21,15 +21,15 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- nodeVersion: [20, 22, 24]
+ nodeVersion: [22, 24]
25
with:
26
nodeVersion: ${{ matrix.nodeVersion }}
27
test:
28
uses: vidavidorra/.github/.github/workflows/node-test.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
29
30
31
32
33
34
35
code-coverage:
0 commit comments