Skip to content

Commit e8428f5

Browse files
committed
pin node version to 24 to fix mintlify lint issue on lint-and-build gh action
1 parent ce8ce29 commit e8428f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [latest]
20+
node-version: [24]
2121

2222
steps:
2323
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)