From 011b4acd4fc376d1f6f7188406d756859d6d5be4 Mon Sep 17 00:00:00 2001 From: mojafa Date: Fri, 31 Jan 2025 23:22:05 +0300 Subject: [PATCH] modified markdown file and rules Signed-off-by: mojafa --- .github/workflows/content-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/content-check.yml b/.github/workflows/content-check.yml index 9440a2bb..2017d315 100644 --- a/.github/workflows/content-check.yml +++ b/.github/workflows/content-check.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' cache: 'npm' - name: Install dependencies @@ -89,7 +89,7 @@ jobs: fi - name: Install markdownlint - run: npm install -g markdownlint-cli + run: npm install -g markdownlint-cli@0.37.0 - name: Run Markdown Lint run: |