Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
feat: dropping support for node 8 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored Feb 12, 2020
1 parent df0d87e commit a49dffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "Swagger 2 or OAS 3? YAML or JSON? URL, path, string or object? Who cares! It just works.",
"main": "oas.js",
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas-normalize.git"
Expand Down

0 comments on commit a49dffc

Please sign in to comment.