From 8535507a839d805bf1a69502af11a1eca264f06d Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Sat, 4 Nov 2023 11:27:07 -0700 Subject: [PATCH] Revert "remove latest node test in CI" This reverts commit 20ff56455ddf55d27e874a603ac6bdaa61edb2cc. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f88e6d..70f33c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,10 @@ jobs: - macos-latest node: - 18 + - '*' + exclude: + - os: macos-latest + node: '*' runs-on: ${{ matrix.os }}