Skip to content

Commit

Permalink
Include Node 14 Github build and update dependencies. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoyuidy authored Oct 17, 2020
1 parent 97df2a5 commit 00e1052
Show file tree
Hide file tree
Showing 3 changed files with 645 additions and 544 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
node: [8, 10, 12]
node: [8, 10, 12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,27 @@
]
},
"dependencies": {
"aws-param-store": "^3.1.0",
"aws-sdk": "^2.580.0",
"debug": "^4.1.1"
"aws-param-store": "^3.2.0",
"aws-sdk": "^2.773.0",
"debug": "^4.2.0"
},
"devDependencies": {
"@types/aws-param-store": "^2.1.0",
"@types/aws-param-store": "^2.1.1",
"@types/debug": "^4.1.5",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.10",
"eslint": "^6.7.1",
"eslint-config-neo": "^0.5.1",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^24.2.0",
"typescript": "~3.7.2"
"typescript": "~3.9.7"
},
"resolutions": {
"chalk": "3.0.0",
"cli-width": "2.2.1"
}
}
Loading

0 comments on commit 00e1052

Please sign in to comment.