Skip to content

Commit

Permalink
[actions] consolidate
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 24, 2024
1 parent e522dcc commit 05ea042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 56 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/node-4+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
latest:
needs: [matrix]
name: 'majors'
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
eslint:
- 8
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/node-tests-only.yml

This file was deleted.

0 comments on commit 05ea042

Please sign in to comment.