build!: drop node12 support (#30468)
This commit is contained in:
committed by
GitHub
parent
6de1c2fa3f
commit
79b3c82e5f
2
.github/workflows/js-tests.yml
vendored
2
.github/workflows/js-tests.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
node-version: [ 12, 14, 16 ]
|
||||
node-version: [ 16 ]
|
||||
python-version: [ 3.8 ]
|
||||
|
||||
steps:
|
||||
|
||||
2
.github/workflows/quality-checks.yml
vendored
2
.github/workflows/quality-checks.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04 ]
|
||||
python-version: [ 3.8 ]
|
||||
node-version: [ 12, 14, 16 ]
|
||||
node-version: [ 16 ]
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user