Skip to content

Commit

Permalink
feat: addd testa dn support for node 14 Close #104
Browse files Browse the repository at this point in the history
  • Loading branch information
joolfe committed Apr 29, 2021
1 parent 0023c4e commit 4fe0284
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
44 changes: 7 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-to-openapi",
"version": "1.8.1",
"version": "1.8.2",
"description": "Convert postman collection to OpenAPI spec",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -60,6 +60,9 @@
"@commitlint/config-conventional"
]
},
"engines": {
"node": ">=10 <15"
},
"nyc": {
"all": true,
"include": [
Expand Down

0 comments on commit 4fe0284

Please sign in to comment.