Skip to content

Commit 4fb4c91

Browse files
committed
[actions] skip ls check on node < 10; remove redundant finisher
1 parent 9eecdd2 commit 4fb4c91

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

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

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@ jobs:
99
range: '< 10'
1010
type: minors
1111
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'
12+
skip-ls-check: true

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

-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range: '>= 10'
1010
type: minors
1111
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'

0 commit comments

Comments
 (0)