Skip to content

Commit 2aa9b75

Browse files
authored
chore: drop 24.5 from release check (#9271)
1 parent e759437 commit 2aa9b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-releases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dotenv.config();
55

66
const REPO_OWNER = 'vaadin';
77
const REPO_NAME = 'web-components';
8-
const BRANCHES = ['main', '24.8', '24.7', '24.6', '24.5', '23.5'];
8+
const BRANCHES = ['main', '24.8', '24.7', '24.6', '23.5'];
99
const GITHUB_TOKEN = process.env.GITHUB_API_TOKEN; // Set this in your .env file
1010

1111
if (!GITHUB_TOKEN) {

0 commit comments

Comments
 (0)