Skip to content

Commit 807084c

Browse files
committed
[meta] set engines to >= 4
1 parent 7acadfb commit 807084c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/node-aught.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '< 10'
9+
range: '>= 4 < 10'
1010
type: minors
1111
command: npm run tests-only

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"posttest": "npx npm@'>= 10.2' audit --production"
2929
},
3030
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
31-
"license": "(MIT AND BSD-3-Clause)"
31+
"license": "(MIT AND BSD-3-Clause)",
32+
"engines": {
33+
"node": ">= 4"
34+
}
3235
}

0 commit comments

Comments
 (0)