Skip to content

Commit

Permalink
feat: dropping support for node 10 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion authored May 10, 2021
1 parent d7bf0e3 commit 5a843cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2.3.4
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"oas": "bin/oas"
},
"engines": {
"node": ">=10"
"node": "^12 || ^14 || ^16"
},
"tags": [
"api",
Expand Down

0 comments on commit 5a843cf

Please sign in to comment.