Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 4fe0284

Browse files
committed
feat: addd testa dn support for node 14 Close #104
1 parent 0023c4e commit 4fe0284

3 files changed

Lines changed: 12 additions & 39 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [10.x, 12.x]
12+
node-version: [10.x, 12.x, 14.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Use Node.js ${{ matrix.node-version }}

package-lock.json

Lines changed: 7 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postman-to-openapi",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "Convert postman collection to OpenAPI spec",
55
"main": "lib/index.js",
66
"bin": {
@@ -60,6 +60,9 @@
6060
"@commitlint/config-conventional"
6161
]
6262
},
63+
"engines": {
64+
"node": ">=10 <15"
65+
},
6366
"nyc": {
6467
"all": true,
6568
"include": [

0 commit comments

Comments
 (0)