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

Commit

Permalink
feat: study and test node.js version 17 every dependency is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
joolfe committed Dec 20, 2021
1 parent 14756b9 commit a4ef018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postman-to-openapi",
"version": "1.19.1",
"version": "1.20.0",
"description": "Convert postman collection to OpenAPI spec",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"engines": {
"node": ">=10 <17"
"node": ">=10 <18"
},
"nyc": {
"all": true,
Expand Down

0 comments on commit a4ef018

Please sign in to comment.