Skip to content

Commit 55a1856

Browse files
committed
ci: include Node.js v20 in testing and drop, almost EOL, v19
1 parent ad0cd93 commit 55a1856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
nodeVersion: [16, 18, 19]
17+
nodeVersion: [16, 18, 20]
1818
uses: vidavidorra/.github/.github/workflows/node-build.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
1919
with:
2020
nodeVersion: ${{ matrix.nodeVersion }}
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
node: [16, 18, 19]
26+
node: [16, 18, 20]
2727
uses: vidavidorra/.github/.github/workflows/node-test.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
2828
with:
2929
nodeVersion: ${{ matrix.node }}

0 commit comments

Comments
 (0)