ci: remove matrix test

This commit is contained in:
GitHub Actions 2022-04-11 09:50:21 +02:00
parent a683b39f9f
commit 694ba91ecc
No known key found for this signature in database
GPG Key ID: 0F5535005610947A
2 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,11 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest]
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:

View File

@ -6,8 +6,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest]
node-version: [16.x]
runs-on: ${{ matrix.os }}
steps: