Bump required node version to 12.x
Node 10 was deprecated in April 2021.
This commit is contained in:
parent
2a901b3475
commit
7ba977d56a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user