disable io_uring for node to maybe avoid etxtbsy

This commit is contained in:
Cole Mickens 2023-12-08 11:30:18 -05:00
parent 19c5492b89
commit 46001031de
No known key found for this signature in database

View file

@ -117,5 +117,8 @@ inputs:
runs:
using: "node20"
env:
UV_USE_IO_URING: 0
main: 'dist/index.js'
post: 'dist/index.js'
post: 'dist/index.js'