Skip to content

Commit 2ff727a

Browse files
committed
Update targeted Node.js versions
1 parent ebadf47 commit 2ff727a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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, ^15.0.0]
16+
node-version: [^12.22, ^14.17, ^16.4, ^17]
1717
steps:
1818
- uses: actions/checkout@v1
1919
with:

package.json

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

0 commit comments

Comments
 (0)