Skip to content

Commit

Permalink
ci: include Node.js v20 in testing and drop, almost EOL, v19
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Jun 22, 2023
1 parent ad0cd93 commit 55a1856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: [16, 18, 19]
nodeVersion: [16, 18, 20]
uses: vidavidorra/.github/.github/workflows/node-build.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
with:
nodeVersion: ${{ matrix.nodeVersion }}
Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 19]
node: [16, 18, 20]
uses: vidavidorra/.github/.github/workflows/node-test.yml@831cdfeaf21957af495b3d518c1a877d5ffd3253 # v2.1.1
with:
nodeVersion: ${{ matrix.node }}
Expand Down

0 comments on commit 55a1856

Please sign in to comment.