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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The text was updated successfully, but these errors were encountered:
@northportio That is only a warning as it pertains to the actions/checkout step which is succeeding in your deploy action workflow. It looks like the cause of your CI action completely failing is an authentication issue with Wrangler.
It looks like probably you don't have the proper permissions assigned to the API key you provided, or maybe there's a mistake in the Account ID or API key you entered as the secrets.
In any case, I submitted a PR to resolve the warning you reported. I confirmed my own deployment works despite this warning.
Getting this error:
The text was updated successfully, but these errors were encountered: