Skip to content

Commit 5c5fe56

Browse files
committed
[actions] re-add finishers
1 parent 4cd9ba0 commit 5c5fe56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/node-aught.yml

+7
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ 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: true

0 commit comments

Comments
 (0)