Skip to content

Commit 5d2bd5c

Browse files
committed
fix: use correct setup-node action version v4
- actions/setup-node@v5 doesn't exist - Latest version is v4
1 parent 98c6a9c commit 5d2bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install pre-commit
2828

2929
- name: Set up Node.js for markdownlint
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: '20'
3333

0 commit comments

Comments
 (0)