From 3cc4656019d8a3a5f19c2f4e40141347c1e2a788 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Thu, 15 Jul 2021 22:08:40 -0400 Subject: [PATCH] update linter node-version (#1513) --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 359c167b..9289c767 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,9 +18,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v2 - - name: Use Node.js 12.X + - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - node-version: 12.X + node-version: 14.x - run: npm ci - run: npm run lint