From 8610499cd523032cc8701de4424b99bf410cc339 Mon Sep 17 00:00:00 2001 From: Alex Early Date: Wed, 1 Nov 2023 13:12:42 -0700 Subject: [PATCH] Run lint on node 20 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c236df69..d95c5b5c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,10 @@ permissions: jobs: lint: runs-on: ubuntu-latest + strategy: + matrix: + node: + - 20 steps: - name: ⬇️ Checkout uses: actions/checkout@v2