Update run-tests.yml

This commit is contained in:
Amruth Pillai 2021-06-26 21:19:14 +05:30 committed by GitHub
parent 08325b3bdd
commit d6470620eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v2
@ -24,4 +24,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm test