Skip to content

Commit

Permalink
chore: remove EoL Node.js 19 from test matrix (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickm68 committed Jun 11, 2023
1 parent f0b6caa commit 4ca669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4ca669a

Please sign in to comment.