Skip to content

Commit

Permalink
focus on minimum version set for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Nov 5, 2023
1 parent fd057e3 commit b3f95a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
node: [18, 20]
eslint: ['7.0.0', '^7.0.0', '8.0.0', '^8.0.0']
eslint: ['^7.0.0', '^8.0.0']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b3f95a8

Please sign in to comment.