Skip to content

Commit

Permalink
Merge pull request #312 from mizdra/focus-on-minimum-version-set-for-ci
Browse files Browse the repository at this point in the history
Focus on minimum version set for CI
  • Loading branch information
mizdra authored Nov 5, 2023
2 parents fd057e3 + 0c857f2 commit 0591eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions src/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function normalizeResults(results: ESLint.LintResult[]): ESLint.LintResult[] {
suppressedMessages: [],
// Remove because this field is not supported in eslint v7.0.0
fatalErrorCount: NaN,
usedDeprecatedRules: [],
};
});
}
Expand Down

0 comments on commit 0591eb1

Please sign in to comment.