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
Our current GitHub actions leverage Node 12 under the hood, for which support was fully deprecated last month. Our CI setup throws the following warning now:
Our current GitHub actions leverage Node 12 under the hood, for which support was fully deprecated last month. Our CI setup throws the following warning now:
As such, we need to upgrade to the latest versions of each action named above:
These occur in the following two
.github
files:CI config: https://github.com/starbeamjs/starbeam/blob/main/.github/workflows/ci.yml
Node Setup/Install config: https://github.com/starbeamjs/starbeam/blob/main/.github/actions/setup-node-and-install/action.yml
The text was updated successfully, but these errors were encountered: