build!: drop node12 support (#30468)

This commit is contained in:
Mohammad Ahtasham ul Hassan
2022-05-30 17:38:31 +05:00
committed by GitHub
parent 6de1c2fa3f
commit 79b3c82e5f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
node-version: [ 12, 14, 16 ]
node-version: [ 16 ]
python-version: [ 3.8 ]
steps:

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
node-version: [ 12, 14, 16 ]
node-version: [ 16 ]
steps: