test: Remove support for Node 20

This commit is contained in:
artur.filippovskii
2025-09-12 17:45:19 +03:00
committed by oleksandr.buhaienko
parent 3f71adec02
commit 2867ea653b

View File

@@ -13,12 +13,11 @@ jobs:
- i18n_extract
- lint
- test
node: [20, 24]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
- run: make requirements
- run: make test NPM_TESTS=build
- run: make test NPM_TESTS=${{ matrix.npm-test }}