Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Aug 15, 2023
1 parent 71b0ce7 commit 5107dd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
matrix:
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
eslint-version: [7, 8]
os: [ubuntu-latest, windows-latest]
fail-fast: false

runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node-version }} & ESLint ${{ matrix.eslint-version }}

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5107dd0

Please sign in to comment.