Skip to content

Commit

Permalink
Test with Node.js 15
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Nov 1, 2020
1 parent 2519e76 commit 9ce470f
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^12.17.0, ^14.0.0]
node-version: [^12.17.0, ^14.0.0, ^15.0.0]
steps:
- uses: actions/checkout@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "Cooperative get-port implementation",
"engines": {
"node": ">=12.17.0 <13 || >=14.0.0"
"node": ">=12.17.0 <13 || >=14.0.0 <15 || >=15"
},
"files": [
"dist/source"
Expand Down

0 comments on commit 9ce470f

Please sign in to comment.