From c955b685e4ae2accdf72e51d497447580a0fe5f7 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Mon, 30 Oct 2023 21:47:23 +0000 Subject: [PATCH] Fix discover matrix --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f989ee..1dc0c58e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,12 +167,12 @@ jobs: version: 7 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 cache: pnpm - run: pnpm install --frozen-lockfile - id: set-matrix working-directory: test-packages/test-scenarios - run: echo "::set-output name=matrix::$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')" + run: echo "matrix=$(npm run --silent test:list -- --matrix 'npm run test -- --filter %s:')" >> $GITHUB_OUTPUT scenario-tester: needs: discover_matrix @@ -191,7 +191,7 @@ jobs: version: 7 - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 16 cache: pnpm - run: pnpm install --frozen-lockfile - name: test