Skip to content

Commit a80c6fe

Browse files
ci: pin Node 24.15.0 to avoid extract-zip regression in 24.16.0
Node 24.16.0 has a readable-stream regression (nodejs/node#63487) that hangs playwright/cypress browser installs during zip extraction. Playwright < 1.60 is affected; pin 24.15.0 until 24.17.0 ships the fix. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 3fc2f87 commit a80c6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.16.0
1+
24.15.0

0 commit comments

Comments
 (0)