Skip to content

Commit

Permalink
[actions] re-add finishers
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 13, 2024
1 parent a912742 commit 67140db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/node-tens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ jobs:
range: '>= 10 < 20'
type: minors
command: npm run tests-only

node:
name: 'node 10 - 20'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true
7 changes: 7 additions & 0 deletions .github/workflows/node-twenties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ jobs:
range: '>= 20'
type: minors
command: npm run tests-only

node:
name: 'node >= 20'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: true

0 comments on commit 67140db

Please sign in to comment.