You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using Node.js 16 for our flow of GitHub Actions.
However, it has been announced that support for Node.js 16 will end earlier than anticipated, on September 11, 2023 ( https://nodejs.org/en/blog/announcements/nodejs16-eol).
So, It is necessary to upgrade the node.js version to 18 or later.
I have already conducted tests using node.js 18.16.1 in a forked repository.
The results showed that only the following packages displayed warnings. I guess they don't affect the integraion test and actual functionality.
We are currently using Node.js 16 for our flow of GitHub Actions.
However, it has been announced that support for Node.js 16 will end earlier than anticipated, on September 11, 2023 ( https://nodejs.org/en/blog/announcements/nodejs16-eol).
So, It is necessary to upgrade the node.js version to 18 or later.
I have already conducted tests using node.js
18.16.1
in a forked repository.The results showed that only the following packages displayed warnings. I guess they don't affect the integraion test and actual functionality.
Thus, my only task is to update the version of eslint-plugin-jsdoc to newer.
The text was updated successfully, but these errors were encountered: