Remove support for end-of-life Node 18.

This commit is contained in:
David Anson 2025-05-01 21:04:30 -07:00
parent f34f4dde69
commit a4b7ffa8ce

View file

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 18, 20, 22, 23 ]
node-version: [ 20, 22, 23 ]
steps:
- uses: actions/checkout@v4