windows-server-2003 / ThirdTube

A work-in-progress homebrew YouTube client for the 3DS
GNU General Public License v3.0
212 stars 27 forks source link

Fix Node.js 16 Unsupported Warning (Update to Node.js 20) #192

Open Minionguyjpro opened 7 months ago

Minionguyjpro commented 7 months ago

I made some changes to the workflow so every action that's being ran uses V4, which utilizes Node.js 20 instead of 16. Because 16 is now unsupported (but still included to the GitHub runners for some time) it's better that we use Node.js 20 for the GitHub actions.