Skip to content

Commit

Permalink
BREAKING: Node 8, 10 and 12 support dropped
Browse files Browse the repository at this point in the history
They might still work, but we're only testing v14-v18
  • Loading branch information
philsturgeon committed Jun 15, 2022
1 parent be38edf commit 9ba0084
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12.x"
node-version: 18
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
node-version:
- 12
- 14
- 16
- 18
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "@openapi-contrib/openapi-schema-to-json-schema",
"version": "0.0.0-development",
"description": "Converts OpenAPI Schema Object to JSON Schema",
"engines" : {
"node" : ">=12"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit 9ba0084

Please sign in to comment.