From 89e2d8902ab94ac5aae1e15d5987626e71becc72 Mon Sep 17 00:00:00 2001 From: maxibor Date: Fri, 4 Nov 2022 15:54:15 +0100 Subject: [PATCH] update node --- .github/workflows/linting.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3af93a7..28f51d0 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -12,9 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: '10' + - uses: actions/setup-node@v2 + - name: Install markdownlint run: npm install -g markdownlint-cli - name: Run Markdownlint