autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

Update Node.js Version to 18 or Later used in Github actions

Open quag-cactus opened this issue 1 year ago • 0 comments

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.

quag-cactus avatar Jul 16 '23 13:07 quag-cactus