From a1ec9d0de60c048bd6078cca2888f6a973c85ae7 Mon Sep 17 00:00:00 2001 From: Matt Triff Date: Fri, 17 Dec 2021 16:39:16 -0500 Subject: [PATCH] eslint 8.x requires Node 12.22.0^ --- .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 1d29224..4744374 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 10 + node-version: 12 - name: Install dependencies run: npm install --no-optional --no-audit --ignore-scripts