-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Node.js #6123
Comments
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Jan 18, 2023
Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should also get rid of deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). Resolves tensorflow#6123.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Jan 18, 2023
Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should also get rid of deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). Resolves tensorflow#6123.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Jan 19, 2023
Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should also get rid of deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). Resolves tensorflow#6123.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Jan 19, 2023
Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should also get rid of deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). Resolves tensorflow#6123.
groszewn
added a commit
that referenced
this issue
Jan 19, 2023
…y Node.js 16 (#6153) Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should get rid of some deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). However, some other actions still need releases to finish cleaning up these warnings (see #6155). Contributes to #6123.
yatbear
pushed a commit
to yatbear/tensorboard
that referenced
this issue
Mar 27, 2023
…y Node.js 16 (tensorflow#6153) Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should get rid of some deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). However, some other actions still need releases to finish cleaning up these warnings (see tensorflow#6155). Contributes to tensorflow#6123.
dna2github
pushed a commit
to dna2fork/tensorboard
that referenced
this issue
May 1, 2023
…y Node.js 16 (tensorflow#6153) Updates to use the latest (3.6.0) release of [setup-node](https://github.com/actions/setup-node) and bumps the Node.js version to 16. This should get rid of some deprecation warnings we're seeing in our workflow actions (for example, https://github.com/tensorflow/tensorboard/actions/runs/3388287772). However, some other actions still need releases to finish cleaning up these warnings (see tensorflow#6155). Contributes to tensorflow#6123.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node.js 12 has been out of support since Apr 2022: https://github.com/nodejs/Release/#end-of-life-releases, yet we are still requiring version
12.21.0
: https://github.com/stephanwlee/tensorboard/blob/master/WORKSPACE#L52.We are also getting a lot of deprecation warnings from the Github actions, example: https://github.com/tensorflow/tensorboard/actions/runs/3388287772.
Googlers, see related issue b/257310824.
The text was updated successfully, but these errors were encountered: