Skip to content

Commit

Permalink
[patch] drop minimum node support to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 5, 2024
1 parent 9e2bf12 commit 4d0ee49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'Tests: node.js 4 - 10'
name: 'Tests: node.js 1 - 10'

on: [pull_request, push]

jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '>= 4 < 10'
range: '>= 1 < 10'
type: minors
command: npm run tests-only

node:
name: 'node 4 - 10'
name: 'node 1 - 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"browser": "browser/index.js",
"engines": {
"node": ">= 4"
"node": ">= 1"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down

0 comments on commit 4d0ee49

Please sign in to comment.