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