test: Remove support for Node 20

This commit is contained in:
oleksandr.buhaienko
2025-07-07 13:32:08 +03:00
committed by Adolfo R. Brandes
parent 7cb75a333f
commit 9466f6aced

View File

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