From a068da08cc428a9e6efd0c5bb62bdc26c5a98734 Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Sun, 27 Feb 2022 08:23:12 -0500 Subject: [PATCH] Use v17 node only Fix #577 --- .github/workflows/lint.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ebbd72e6..87c91bc9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: - node: ["16", "17"] + node: ["17"] name: Node ${{ matrix.node }} lint diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 506d6934..a4ccbe8f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: - node: ["16", "17"] + node: ["17"] name: Node ${{ matrix.node }} build # Steps represent a sequence of tasks that will be executed as part of the job