chore(ci): update ci node matrix version

This commit is contained in:
Amadou Ada DIENE
2022-04-07 11:08:17 +02:00
parent a54cbf1338
commit 87a43b0b37

View File

@@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
node-version: [14.x, 15.x, 16.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2