From 8c8a952b64a7885c53a7a3c8785ceea236d6ef53 Mon Sep 17 00:00:00 2001 From: yADGithub <2007andredoe@gmail.com> Date: Tue, 18 Jan 2022 16:50:12 -0300 Subject: [PATCH] Change `zuly.yml` workflow to latest node version --- .eslintrc.json | 1 - .github/workflows/zuly.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 07968de5..8e3cf6b8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -14,7 +14,6 @@ }, "extends": "eslint:recommended", "rules": { - "require-await": "error", "no-unused-vars": "error", "no-undef": "warn", "no-extra-semi": "off", diff --git a/.github/workflows/zuly.yml b/.github/workflows/zuly.yml index e7eaeb29..6aca5c26 100644 --- a/.github/workflows/zuly.yml +++ b/.github/workflows/zuly.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14] + node: [16] steps: - name: Checkout 🛎