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

Commit

Permalink
build!: remove support for node.js 10 as some dependencies doens't su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
joolfe committed Dec 20, 2021
1 parent fbf7b17 commit 2ad84c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
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.20.0",
"version": "2.0.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 <18"
"node": ">=12 <18"
},
"nyc": {
"all": true,
Expand Down

0 comments on commit 2ad84c2

Please sign in to comment.