Skip to content

Commit f74f4b1

Browse files
ci(release): pin Node version in release.yml to avoid v24.15.0 EBADF regression (FEP-2344) (#711)
1 parent cef9c62 commit f74f4b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 24.x
27+
node-version: 24.14.1
2828
registry-url: https://registry.npmjs.org
2929

3030
- uses: actions/cache@v4

0 commit comments

Comments
 (0)