-
Notifications
You must be signed in to change notification settings - Fork 692
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
stop using node 16 in pipelines / clear other pipeline warnings #1324
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
rely on default values
Description
As directed by Cb, we're no longer supporting node16, and will likely not use node matrixes anymore to build / test various node versions.
This pr removes usage of node 16 and matrix, as well as works to clean up some warnings due to using older versions of Github actions such as
setup-node
andactions/cache
etc.Fixes #1322 & #1323
ci.yml
Before updating
ci.yml
(lots of warnings):After updating
ci.yml
(no warnings):create-spectacle.yml
before:
after:
release.yml
before:
after:
release isn't ran until a merge / push is made to master, so I cannot obtain a screenshot of the results without doing some trickery. If needed I can do so, but the changes are essentially the same as the other two files, so seems probably unnecessary.
Type of Change
How Has This Been Tested?
Checklist: (Feel free to delete this section upon completion)
pnpm run check:ci
and all checks pass