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