Remove test matrix

This commit is contained in:
Joseph Garrone 2024-07-23 00:28:40 +02:00 committed by GitHub
parent a073607e63
commit 5996c2f4d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,13 +21,8 @@ jobs:
npm run lint:check
npm run format:check
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
needs: test_lint
strategy:
matrix:
node: [ '16', '17' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4