Skip to content

Commit 0e33b57

Browse files
chore: downgrade node-version from 25 to 24 in lint workflow
1 parent 17cc155 commit 0e33b57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "25"
16+
node-version: "24"
1717
- name: Install
1818
run: npm install
1919
- name: Run 10xly Lint

0 commit comments

Comments
 (0)