Skip to content

Commit

Permalink
Merge pull request #359 from balderdashy/upgrade-machinepack-mysql-de…
Browse files Browse the repository at this point in the history
…pendency

Upgrade machinepack-mysql dependency
  • Loading branch information
eashaw committed Oct 15, 2021
2 parents 345048d + 025e80c commit fbceafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@sailshq/lodash": "^3.10.2",
"async": "2.0.1",
"machine": "^15.0.0-21",
"machinepack-mysql": "^3.1.0",
"machinepack-mysql": "^4.0.0",
"waterline-utils": "^1.3.10"
},
"devDependencies": {
Expand Down

0 comments on commit fbceafd

Please sign in to comment.