Skip to content

Commit

Permalink
[meta] set engines to >= 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 1, 2024
1 parent 7acadfb commit 807084c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
range: '>= 4 < 10'
type: minors
command: npm run tests-only
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"posttest": "npx npm@'>= 10.2' audit --production"
},
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
"license": "(MIT AND BSD-3-Clause)"
"license": "(MIT AND BSD-3-Clause)",
"engines": {
"node": ">= 4"
}
}

0 comments on commit 807084c

Please sign in to comment.