From b6d1e93f7318d916236614fb8849d2f1913cb003 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Wed, 11 Sep 2024 23:04:38 -0400 Subject: [PATCH] since node version is now ignored, run on only one version of node --- .github/workflows/project.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 5754cd31667..3ae8aa1969c 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -148,14 +148,9 @@ jobs: - run: yarn type:doc verify-yaml: - strategy: - matrix: - node-version: [16, 18, 20, 22] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: ./.github/actions/node/setup - uses: ./.github/actions/install - - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - run: node scripts/verify-ci-config.js