test: Remove support for Node 20

This commit is contained in:
oleksandr.buhaienko
2025-09-15 18:25:34 +03:00
committed by Adolfo R. Brandes
parent fc4eb61ec9
commit 7a9d9bb300

View File

@@ -11,9 +11,6 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20, 24]
steps:
- name: Checkout