Skip to content

Commit

Permalink
[meta] document support as node 0.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 5, 2024
1 parent da8a1a2 commit 2e18bb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
range: '>= 0.10 < 10'
type: minors
command: npm run tests-only
skip-ls-check: true

node:
name: 'node < 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true
7 changes: 0 additions & 7 deletions .github/workflows/node-tens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,3 @@ jobs:
range: '>= 10'
type: minors
command: npm run tests-only

node:
name: 'node >= 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/sponsors/ljharb"
},
"engines": {
"node": "*"
"node": ">= 0.10"
},
"dependencies": {
"browserify-cipher": "^1.0.1",
Expand Down

0 comments on commit 2e18bb2

Please sign in to comment.