FormidableLabs / spectacle

A React-based library for creating sleek presentations using JSX syntax that gives you the ability to live demo your code.
https://commerce.nearform.com/open-source/spectacle/
MIT License
9.7k stars 690 forks source link

spectacle: clear pipeline warnings #1323

Closed Burnett2k closed 3 months ago

Burnett2k commented 3 months ago

This project currently has node version warnings in the CICD pipeline logs. This is likely due to using an old version of the below actions. Try and convert to the newest version.

Burnett2k commented 3 months ago

This also needs to be fixed:

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Burnett2k commented 3 months ago

This is now completed.