We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0cd93 commit 55a1856Copy full SHA for 55a1856
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- nodeVersion: [16, 18, 19]
+ nodeVersion: [16, 18, 20]
18
uses: vidavidorra/.github/.github/workflows/node-build.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
19
with:
20
nodeVersion: ${{ matrix.nodeVersion }}
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
- node: [16, 18, 19]
+ node: [16, 18, 20]
27
uses: vidavidorra/.github/.github/workflows/node-test.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
28
29
nodeVersion: ${{ matrix.node }}
0 commit comments