chore(node): drop Node 12 & 17, add 18

BREAKING CHANGE
This commit is contained in:
MDLeom 2022-05-04 03:17:49 +00:00
parent fbb2c71e87
commit 0623de5252
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['12', '14', '16', '17']
node-version: ['14', '16', '18']
fail-fast: false
steps:
- uses: actions/checkout@v3.0.2

View File

@ -16,7 +16,7 @@
"test": "jest"
},
"engines": {
"node": ">= 12.13.0"
"node": ">= 14.15.0"
},
"author": "curben",
"license": "MIT",