only test one node version

This commit is contained in:
hakimel 2023-01-09 15:20:31 +01:00
parent df355eca3a
commit 9f629a9d38
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 14.x, 16.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2