Skip to content

Commit 9ce470f

Browse files
committed
Test with Node.js 15
1 parent 2519e76 commit 9ce470f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node-version: [^12.17.0, ^14.0.0]
16+
node-version: [^12.17.0, ^14.0.0, ^15.0.0]
1717
steps:
1818
- uses: actions/checkout@v1
1919
with:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Cooperative get-port implementation",
55
"engines": {
6-
"node": ">=12.17.0 <13 || >=14.0.0"
6+
"node": ">=12.17.0 <13 || >=14.0.0 <15 || >=15"
77
},
88
"files": [
99
"dist/source"

0 commit comments

Comments
 (0)