We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f427270 commit 9247adfCopy full SHA for 9247adf
.github/workflows/node-aught.yml
@@ -1,17 +1,17 @@
1
-name: 'Tests: node.js 1 - 10'
+name: 'Tests: node.js 0.12 - 10'
2
3
on: [pull_request, push]
4
5
jobs:
6
tests:
7
uses: ljharb/actions/.github/workflows/node.yml@main
8
with:
9
- range: '>= 1 < 10'
+ range: '>= 0.12 < 10'
10
type: minors
11
command: npm run tests-only
12
13
node:
14
- name: 'node 1 - 10'
+ name: 'node 0.12 - 10'
15
needs: [tests]
16
runs-on: ubuntu-latest
17
steps:
package.json
@@ -54,7 +54,7 @@
54
},
55
"browser": "browser/index.js",
56
"engines": {
57
- "node": ">= 1"
+ "node": ">= 0.12"
58
59
"auto-changelog": {
60
"output": "CHANGELOG.md",
0 commit comments