From 6ef054d5814470bf5e2212d34938dd6ece2f85f7 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Sat, 10 Feb 2024 22:32:52 +0100 Subject: [PATCH] fix: fix CI workflow error --- .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: