Skip to content

Commit 4d0ee49

Browse files
committed
[patch] drop minimum node support to v1
1 parent 9e2bf12 commit 4d0ee49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/node-aught.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: 'Tests: node.js 4 - 10'
1+
name: 'Tests: node.js 1 - 10'
22

33
on: [pull_request, push]
44

55
jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/node.yml@main
88
with:
9-
range: '>= 4 < 10'
9+
range: '>= 1 < 10'
1010
type: minors
1111
command: npm run tests-only
1212

1313
node:
14-
name: 'node 4 - 10'
14+
name: 'node 1 - 10'
1515
needs: [tests]
1616
runs-on: ubuntu-latest
1717
steps:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"browser": "browser/index.js",
5656
"engines": {
57-
"node": ">= 4"
57+
"node": ">= 1"
5858
},
5959
"auto-changelog": {
6060
"output": "CHANGELOG.md",

0 commit comments

Comments
 (0)