Skip to content

Commit f80cc5e

Browse files
authored
Update awesome-lint.yml
1 parent 346efe0 commit f80cc5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/awesome-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '18'
23+
node-version: '24'
2424
cache: 'npm'
2525

2626
- name: Install dependencies
2727
run: npm ci
2828

2929
- name: Run awesome-lint
30-
run: npx awesome-lint README.md
30+
run: npx awesome-lint
3131

3232
- name: Check for broken links (optional)
3333
run: |
@@ -38,4 +38,4 @@ jobs:
3838
markdown-link-check README.md \
3939
--config .github/workflows/markdown-link-check-config.json \
4040
|| echo "⚠️ Some links may be temporarily unavailable"
41-
continue-on-error: true
41+
continue-on-error: true

0 commit comments

Comments
 (0)