-
Notifications
You must be signed in to change notification settings - Fork 22
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
Node.js 12 actions are deprecated. #30
Comments
hey @GabrielBB ... Just checking in. Are you still maintaining this? or should we look into a fork for node16? |
After a couple months of no feedback on this ticket, I tried to find another way to fix this, and the good news is that the See this PR for how I fixed it for the amVim VS Code extension: aioutecism/amVim-for-VSCode#315 |
"Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1" Replaces the obsolete action as suggested by @alisonatwork in GabrielBB/xvfb-action#30 (comment)
"Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1" Replaces the obsolete action as suggested by @alisonatwork in GabrielBB/xvfb-action#30 (comment)
ubuntu-latest image includes xvfb-run according to GabrielBB/xvfb-action#30 (comment) so we do not need to depend on this xvfb-action. This also fixes the deprecation warning about outdated node version. Change-Id: I142da13af09be9583850be3322c0b358e3e094ad
FORCE RUN CI ubuntu-latest image includes xvfb-run according to GabrielBB/xvfb-action#30 (comment) so we do not need to depend on this xvfb-action. This also fixes the deprecation warning about outdated node version. Change-Id: I142da13af09be9583850be3322c0b358e3e094ad
FORCE RUN CI ubuntu-latest image includes xvfb-run according to GabrielBB/xvfb-action#30 (comment) so we do not need to depend on this xvfb-action. This also fixes the deprecation warning about outdated node version. Change-Id: I142da13af09be9583850be3322c0b358e3e094ad
As the maintenance status of this extension is under question, you might want to switch to https://github.com/coactions/setup-xvfb (fork) which already sorted this issue. |
ubuntu-latest image includes xvfb-run according to GabrielBB/xvfb-action#30 (comment) so we do not need to depend on this xvfb-action. This also fixes the deprecation warning about outdated node version. Change-Id: I142da13af09be9583850be3322c0b358e3e094ad Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/459861 Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
xvfb-run is now supported by the 'ubuntu-latest' runner, while GabrielBB/xvfb-action is causing deprecation warnings about Node.js 12. See GabrielBB/xvfb-action#30
See GabrielBB/xvfb-action#30 (comment) (cherry picked from commit 17e1b3d)
Node 12 is deprecated on github actions the xvfb action is not being maintained See GabrielBB/xvfb-action#30
Any update on this? |
@laeubi That is why I forked it under https://github.com/coactions/setup-xvfb so we can continue maintaining it as a community. GH is full of orphan projects and most of them are under personal accounts. |
Thank you so much @ssbarnea . I updated my README to notify deprecation and link to the new repo. I'll be closing this issue as the new repo solves it already |
@GabrielBB Thanks. If you want I am more than happy to also invite you as a maintainer to the repo. My hopes was to promote the coactions to others, so we can lower the maintenance burden but I never had time to do PR for that. |
@ssbarnea Okay, you can invite me. Do you know why the "contributors" section is not showing there? like it's shown here: |
"Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1" Replaces the obsolete action as suggested by @alisonatwork in GabrielBB/xvfb-action#30 (comment)
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action
The text was updated successfully, but these errors were encountered: