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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x, 14.x, 16.x] node-version: [14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps:

View File

@ -44,7 +44,7 @@
"rewire": "^5.0.0" "rewire": "^5.0.0"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=14.0.0"
}, },
"nyc": { "nyc": {
"include": [ "include": [