Skip to content

Commit 54baf60

Browse files
committed
[SEMVER-MAJOR] Drop support for Node.js 8.x
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
1 parent eb72ea9 commit 54baf60

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "8"
43
- "10"
54
- "12"
65
- "14"
@@ -19,4 +18,4 @@ before_install:
1918
- mysql -e "use mysql; update user set authentication_string=PASSWORD('test') where User='test'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
2019
- mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'test'@'localhost' WITH GRANT OPTION;FLUSH PRIVILEGES;"
2120
- mysql -e "GRANT SUPER ON *.* TO 'test'@'localhost' IDENTIFIED BY 'test';FLUSH PRIVILEGES;"
22-
21+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "loopback-connector-mysql",
3-
"version": "5.4.4",
3+
"version": "6.0.0-dev",
44
"description": "MySQL connector for loopback-datasource-juggler",
55
"engines": {
6-
"node": ">=8"
6+
"node": ">=10"
77
},
88
"main": "index.js",
99
"scripts": {

0 commit comments

Comments
 (0)