Skip to content

Commit e2070bc

Browse files
committed
wip!
1 parent 1c4ecf0 commit e2070bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
subset: [npm, yarn, esbuild]
107107
shard: [0, 1, 2, 3, 4, 5]
108108
exclude:
109-
# Exclude Node.js v18 when running on a PR
110-
- node: ${{ github.event_name != 'pull_request' && 'none' || '18' }}
111-
# Exclude Node.js v20 when running on a PR
112-
- node: ${{ github.event_name != 'pull_request' && 'none' || '20' }}
109+
# # Exclude Node.js v18 when running on a PR
110+
# - node: ${{ github.event_name != 'pull_request' && 'none' || '18' }}
111+
# # Exclude Node.js v20 when running on a PR
112+
# - node: ${{ github.event_name != 'pull_request' && 'none' || '20' }}
113113
# Exclude Windows when running on a PR
114114
- os: ${{ github.event_name != 'pull_request' && 'none' || 'windows-latest' }}
115115
# Skip yarn subset on Windows

0 commit comments

Comments
 (0)