We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087ee22 commit 9093e62Copy full SHA for 9093e62
.github/workflows/main.yml
@@ -108,7 +108,7 @@ jobs:
108
run: REACT_VERSION=${{ matrix.react_version }} yarn test
109
110
e2e-node:
111
- 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' }})
112
runs-on: ubuntu-latest
113
strategy:
114
matrix:
0 commit comments