Skip to content

Commit 4c3f3a2

Browse files
committed
updated CI check
1 parent 835ea65 commit 4c3f3a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/ci/ciCheck.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ async function checkNodeVersions() {
5959
releasedVersions,
6060
latestComponent: CiVersionCheck.versionComponents.minor,
6161
ignoreReleasedVersions: [
62-
'<10.0.0', // These versions have reached their end-of-life support date
63-
'>=11.0.0 <12.0.0', // These versions have reached their end-of-life support date
62+
'<12.0.0', // These versions have reached their end-of-life support date
6463
'>=13.0.0 <14.0.0', // These versions have reached their end-of-life support date
6564
'>=16.0.0', // This version has not been officially released yet
6665
],

0 commit comments

Comments
 (0)