From 27c2556c8a441f6c220c177aa643e2790361be86 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 11 May 2022 14:26:47 -0400 Subject: [PATCH] Revert "CI: Add Node 18" (#924) Revert "chore: Add Node 18 to CI (#915)" This reverts commit db807370b32d09c4122c9f6e754cb79871152e8a. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b33956c0..0189a00c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [14, 16, 18] + node: [14, 16] runs-on: ${{ matrix.os }} steps: - name: Cancel Previous Runs