Skip to content

Commit 5a21916

Browse files
committed
chore: up
1 parent a27eccc commit 5a21916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-install-eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function sh(command) {
3131

3232
// Install ESLint of the requested version
3333
await sh(`npm install eslint@${requestedVersionSpec} -f`)
34-
if (semver.compare(requestedVersionSpec, "9.0.0"))
34+
if (semver.compare(requestedVersion, "9.0.0"))
3535
await sh(`npm install @types/eslint -f`)
3636

3737
// Install ESLint submodule of the requested version

0 commit comments

Comments
 (0)