We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2519e76 commit 9ce470fCopy full SHA for 9ce470f
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- node-version: [^12.17.0, ^14.0.0]
+ node-version: [^12.17.0, ^14.0.0, ^15.0.0]
17
steps:
18
- uses: actions/checkout@v1
19
with:
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"description": "Cooperative get-port implementation",
5
"engines": {
6
- "node": ">=12.17.0 <13 || >=14.0.0"
+ "node": ">=12.17.0 <13 || >=14.0.0 <15 || >=15"
7
},
8
"files": [
9
"dist/source"
0 commit comments