From 13a39fcc1ce43e337e9b61547084f13b85292de6 Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Fri, 3 Nov 2023 20:18:56 -0700 Subject: [PATCH] pin to node 18 in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd5d163..7f99b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,10 @@ jobs: - macos-latest node: - 12 - - '*' + - 18 exclude: - os: macos-latest - node: '*' + node: 18 runs-on: ${{ matrix.os }}