chore(breaking): Drop Node 12 support (#1411)

This commit is contained in:
Norman Breau
2022-04-17 07:43:11 -03:00
committed by GitHub
parent f3c75a89b5
commit adcd9d9ff8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: