mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 07:53:06 +01:00
acf071e9d5
Notable changes - fs: use WTF-8 on Windows: https://github.com/libuv/libuv/pull/2970 - linux: add some more iouring backed fs ops: https://github.com/libuv/libuv/pull/4012 Important bugs fixed - linux: work around io_uring IORING_OP_CLOSE bug: https://github.com/libuv/libuv/pull/4059 - src: don't run timers if loop is stopped/unref'd: https://github.com/libuv/libuv/pull/4048 PR-URL: https://github.com/nodejs/node/pull/48618 Fixes: https://github.com/nodejs/node/issues/48512 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
16 lines
201 B
YAML
16 lines
201 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: null
|
|
fail_on_warning: false
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.9"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|