We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf576db commit cd5b8fcCopy full SHA for cd5b8fc
.github/workflows/node-aught.yml
@@ -9,10 +9,3 @@ jobs:
9
range: '< 10'
10
type: minors
11
command: npm run tests-only
12
-
13
- node:
14
- name: 'node < 10'
15
- needs: [tests]
16
- runs-on: ubuntu-latest
17
- steps:
18
- - run: 'echo tests completed'
.github/workflows/node-tens.yml
range: '>= 10'
- name: 'node >= 10'
0 commit comments