From e4caf3557ebb3a4d1f3b152f62d7363d6c985b9d Mon Sep 17 00:00:00 2001 From: MapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 8 Dec 2021 14:28:31 -0600 Subject: [PATCH] not supporting node 14 --- .github/workflows/the.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/the.yml b/.github/workflows/the.yml index f01d0f5..cf2b8cb 100644 --- a/.github/workflows/the.yml +++ b/.github/workflows/the.yml @@ -16,7 +16,7 @@ jobs: ci: strategy: matrix: - node-version: [14, 16, 17] + node-version: [16, 17] pnpm-script: [build, lint, test, typecheck] name: ${{ matrix.pnpm-script }} (node ${{ matrix.node-version }}) runs-on: ubuntu-latest