diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 13c56e17f549..c79915b65370 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -106,10 +106,10 @@ jobs: subset: [npm, yarn, esbuild] shard: [0, 1, 2, 3, 4, 5] exclude: - # Exclude Node.js v18 when running on a PR - - node: ${{ github.event_name != 'pull_request' && 'none' || '18' }} - # Exclude Node.js v20 when running on a PR - - node: ${{ github.event_name != 'pull_request' && 'none' || '20' }} + # # Exclude Node.js v18 when running on a PR + # - node: ${{ github.event_name != 'pull_request' && 'none' || '18' }} + # # Exclude Node.js v20 when running on a PR + # - node: ${{ github.event_name != 'pull_request' && 'none' || '20' }} # Exclude Windows when running on a PR - os: ${{ github.event_name != 'pull_request' && 'none' || 'windows-latest' }} # Skip yarn subset on Windows