test: Remove support for Node 20 (#811)

Co-authored-by: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com>
This commit is contained in:
bydawen
2025-09-26 15:39:21 +03:00
committed by GitHub
parent 899d1fafcd
commit 902490c6e3

View File

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