Bump required node version to 12.x

Node 10 was deprecated in April 2021.
This commit is contained in:
Max Leiter 2021-11-04 02:36:06 -07:00
parent 2a901b3475
commit 7ba977d56a
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA
2 changed files with 1 additions and 5 deletions

View file

@ -9,10 +9,6 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
# EOL: April 2021
- os: ubuntu-latest
node_version: 10.x
# EOL: April 2022 # EOL: April 2022
- os: ubuntu-latest - os: ubuntu-latest
node_version: 12.x node_version: 12.x

View file

@ -37,7 +37,7 @@
], ],
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=10.15.0" "node": ">=12.0.0"
}, },
"dependencies": { "dependencies": {
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",