diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53d87f61fd..77011da29d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -173,10 +173,11 @@ jobs: # 17 only - name: bundlesize - if: ${{ matrix.module == 'dist' && matrix.react == '17' }} + if: ${{ matrix.module == 'dist' && matrix.react == '18' }} run: npm run bundlesize env: BUNDLESIZE_GITHUB_TOKEN: ${{ secrets.BUNDLESIZE_GITHUB_TOKEN }} + INTERNAL_SKIP_CACHE: true # dom test - name: dom test