From 976f627996f03bc848ddc01cb7157e3e28402932 Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Thu, 18 Jan 2024 15:41:59 +0000 Subject: [PATCH] Update Node version for linting Node 12 is very old and linting is failing. So trying the most recent LTS version. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f8e17a5..50ae211 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@master with: - node-version: 12.x + node-version: 20.x - name: Install awesome-lint CLI run: npm install -g awesome-lint - name: Run Awesome Lint