drop nodejs 20 and add 24

This commit is contained in:
Boy132
2026-05-04 13:46:09 +02:00
committed by GitHub
parent bf13c6c05c
commit 8d02470cc2

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [20, 22]
node-version: [22, 24]
steps:
- name: Code Checkout
uses: actions/checkout@v4