From f53adbca72b16d57523a408bc156e3223f50a6fb Mon Sep 17 00:00:00 2001 From: Snazzah Date: Wed, 9 Nov 2022 18:15:40 -0600 Subject: [PATCH] ci(workflow): update eslint runner --- .github/workflows/eslint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 550e3a8..f5bf3cc 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - name: Install Node v12 + - name: Install Node v16 uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: Install Yarn run: npm install -g yarn - name: Install dependencies