Skip to content

Commit

Permalink
Add Node 15.x support (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored May 13, 2021
1 parent a4ac25c commit fc06899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.12.0, 10.x, 12.x, 13.x, 14.x]
node-version: [10.12.0, 10.x, 12.x, 13.x, 14.x, 15.x]

runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "nearform/node-clinic",
"version": "8.1.0",
"engines": {
"node": "^14.0.0 || ^13.0.0 || ^12.0.0 || ^11.0.0 || ^10.12.0"
"node": "^16.0.0 || ^15.0.0 || ^14.0.0 || ^13.0.0 || ^12.0.0 || ^11.0.0 || ^10.12.0"
},
"bin": {
"clinic": "bin.js"
Expand Down

0 comments on commit fc06899

Please sign in to comment.