test: Remove support for Node 20

This commit is contained in:
PKulkoRaccoonGang
2025-08-12 09:46:30 +03:00
committed by Adolfo R. Brandes
parent 0e66b2031d
commit de13749443

View File

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