test: Remove support for Node 18 (#1075)

This commit is contained in:
Bilal Qamar
2024-10-31 23:46:22 +05:00
committed by GitHub
parent 5c2951de40
commit 4bb3678d4c

View File

@@ -13,12 +13,11 @@ jobs:
- i18n_extract
- lint
- test
node: [18, 20]
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 }}