From 9093e62f9461fca813715990168bf3c736f106e6 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Sun, 11 Feb 2024 17:28:30 +0100 Subject: [PATCH] fix: CI workflow error (#2631) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ea45e960..0904e0be5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: run: REACT_VERSION=${{ matrix.react_version }} yarn test e2e-node: - name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm.toUpperCase() }}) + name: Run E2E tests (Node.js ${{ matrix.node_version }}; ${{ matrix.cjs_or_esm == 'cjs' ? 'CJS' : 'ESM' }}) runs-on: ubuntu-latest strategy: matrix: