From da3c9fea02d354e70c0ed23e085338d8d0758886 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Fri, 15 Sep 2023 17:13:43 -0400 Subject: [PATCH] Remove old-ass nodes --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2b19d224..f8e5032b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,8 +1,8 @@ name: Node.js CI -on: +on: push: - branches: + branches: - next pull_request: @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3