We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eecdd2 commit 4fb4c91Copy full SHA for 4fb4c91
.github/workflows/node-aught.yml
@@ -9,10 +9,4 @@ 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'
+ skip-ls-check: true
.github/workflows/node-tens.yml
@@ -9,10 +9,3 @@ jobs:
range: '>= 10'
- name: 'node >= 10'
0 commit comments