test: Remove support for Node 20

This commit is contained in:
oleksandr.buhaienko
2025-09-26 10:41:14 +03:00
committed by Adolfo R. Brandes
parent 59dbee3fa9
commit 26099ea6d5

View File

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