Skip to content

Commit

Permalink
[actions] use reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 21, 2024
1 parent 0359eb6 commit 54902fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/node-aught.yml
Expand Up @@ -9,10 +9,3 @@ jobs:
range: '< 10'
type: minors
command: npm run tests-only

node:
name: 'node < 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'
7 changes: 0 additions & 7 deletions .github/workflows/node-tens.yml
Expand Up @@ -9,10 +9,3 @@ jobs:
range: '>= 10'
type: minors
command: npm run tests-only

node:
name: 'node >= 10'
needs: [tests]
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'

0 comments on commit 54902fb

Please sign in to comment.