Skip to content

Commit 2e18bb2

Browse files
committed
[meta] document support as node 0.10+
1 parent da8a1a2 commit 2e18bb2

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.github/workflows/node-aught.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '< 10'
9+
range: '>= 0.10 < 10'
1010
type: minors
1111
command: npm run tests-only
1212
skip-ls-check: true
13-
14-
node:
15-
name: 'node < 10'
16-
needs: [tests]
17-
runs-on: ubuntu-latest
18-
steps:
19-
- run: true

.github/workflows/node-tens.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range: '>= 10'
1010
type: minors
1111
command: npm run tests-only
12-
13-
node:
14-
name: 'node >= 10'
15-
needs: [tests]
16-
runs-on: ubuntu-latest
17-
steps:
18-
- run: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/sponsors/ljharb"
2020
},
2121
"engines": {
22-
"node": "*"
22+
"node": ">= 0.10"
2323
},
2424
"dependencies": {
2525
"browserify-cipher": "^1.0.1",

0 commit comments

Comments
 (0)