Skip to content

Commit

Permalink
Fix for wavded#89 , bump connect-multiparty to support node 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Feb 1, 2021
1 parent 96de14d commit cac2da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10', '12']
node: ['10', '12', '14']
name: Node v${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"main": "./index.js",
"dependencies": {
"body-parser": "^1.9.2",
"connect-multiparty": "^2.0.0",
"connect-multiparty": "^2.2.0",
"express": "^4.10.2",
"ogr2ogr": "^2.0.0",
"pug": "^3.0.0"
Expand Down

0 comments on commit cac2da7

Please sign in to comment.