Skip to content

Commit

Permalink
chore: Add Node 15 support (#473)
Browse files Browse the repository at this point in the history
* build(github): add node 15.x in test

* chore(package): add node 15 in engines
  • Loading branch information
hongbo-miao authored Oct 26, 2020
1 parent 814cd4f commit b30c45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"rate-limiting"
],
"engines": {
"node": "^14 || ^12 || ^10"
"node": "^15 || ^14 || ^12 || ^10"
},
"dependencies": {}
}

0 comments on commit b30c45d

Please sign in to comment.