Skip to content

Commit d114ee8

Browse files
committed
[actions] remove redundant finisher; use reusable workflow
1 parent 464a9e3 commit d114ee8

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/workflows/node-aught.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,3 @@ jobs:
1010
type: minors
1111
command: npm run tests-only
1212
skip-ls-check: false
13-
14-
node:
15-
name: 'node < 10'
16-
needs: [tests]
17-
runs-on: ubuntu-latest
18-
steps:
19-
- run: 'echo tests completed'

.github/workflows/node-harmony.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ jobs:
99
range: '>=0.4 <16'
1010
type: minors
1111
command: npm run test:harmony
12-
13-
node:
14-
name: 'node: harmony'
15-
needs: [tests]
16-
runs-on: ubuntu-latest
17-
steps:
18-
- run: 'echo tests completed'

.github/workflows/node-tens.yml

Lines changed: 0 additions & 7 deletions
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)