Drop support for node 16.x

This commit is contained in:
Przemek Więch 2025-02-05 17:12:22 +01:00 committed by GitHub
parent b3f5ae1c25
commit 66e350d05f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18.x, 23.x]
node-version: [18.x, 23.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: