From 44052b825acef796cac3d19d723df4a1e27a03b4 Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Fri, 27 May 2022 18:05:39 -0700 Subject: [PATCH] Revert "disable latest node testing in CI" This reverts commit 28860bd716e08c235c19d6bd3a236326dc7683b2. --- .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 c2dcd79d..2c6acce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,13 @@ jobs: - macos-latest node: - 12 - # - '*' + - '*' test-command: - test:bin - test:fast exclude: - # - os: macos-latest - # node: '*' + - os: macos-latest + node: '*' - os: macos-latest node: 12 test-command: test:fast