From 0faeabb6900155ae781a98b18d795f96fe0e94f8 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:34:27 +0000 Subject: [PATCH] Revert "[actions] use ljharb/actions/node/matrix" (#4) --- .github/workflows/ci.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 110d025..3a706d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,24 +25,14 @@ jobs: - run: npm run format - run: npm run test:types - matrix: - runs-on: ubuntu-22.04 - outputs: - latest: ${{ steps.set-matrix.outputs.requireds }} - steps: - - uses: ljharb/actions/node/matrix@6f6460d952d0fa896c91a56c2e450cb8c9fd1a21 # main - id: set-matrix - with: - versionsAsRoot: true - type: majors - preset: '>= 22' # glob is not backported below 22.x - tests: - needs: [matrix] strategy: fail-fast: false matrix: - node: ${{ fromJson(needs.matrix.outputs.latest) }} + node: + - version: 23.x + - version: 22.x + # glob is not backported below 22.x os: - macos-latest - ubuntu-latest