diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e7a577..2c9c795 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push] jobs: linters: name: Markdown linting - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Install dependencies run: npm install markdownlint-cli @@ -25,4 +25,4 @@ jobs: run: npx markdownlint *.md --config="config/lint.json" - name: Run spell check - run: npx mdspell *.md --en-us --ignore-numbers --ignore-acronyms --report \ No newline at end of file + run: npx mdspell *.md --en-us --ignore-numbers --ignore-acronyms --report