Skip to content

Commit e6742e6

Browse files
committed
fix
1 parent d332e08 commit e6742e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/check-eol-newrelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
uses: actions/github-script@v7
1818
with:
1919
script: |
20-
const checkEolAndNewReleases = require('.github/scripts/check-eol-newrelease.js');
20+
const checkEolAndNewReleases = require('.github/scripts/check-eol-newrelease.cjs');
2121
await checkEolAndNewReleases({ github, context, core }, {
2222
languageName: 'Node.js',
2323
eolJsonUrl: 'https://endoflife.date/api/nodejs.json',
2424
eolViewUrl: 'https://endoflife.date/nodejs',
25-
eolLookbackDays: 100,
26-
newReleaseThresholdDays: 100,
25+
eolLookbackDays: 1000,
26+
newReleaseThresholdDays: 1000,
2727
ltsOnly: true,
2828
retryCount: 3,
2929
retryIntervalSec: 30

0 commit comments

Comments
 (0)