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
In E2E CI, we rely on actions/setup-node@v1 to get the node version. However, the action doesn't get the latest node version always and might lag a bit.
It might be worth checking the latest node version eagerly as we had a related issue (which was luckily caught as Heroku was using the latest node version almost instantly prisma/prisma-client-js#907)
In E2E CI, we rely on
actions/setup-node@v1
to get the node version. However, the action doesn't get the latest node version always and might lag a bit.It might be worth checking the latest node version eagerly as we had a related issue (which was luckily caught as Heroku was using the latest node version almost instantly prisma/prisma-client-js#907)
Based on the docs,
actions/setup-node@v2-beta
might already be doing it https://github.com/actions/setup-node#v2-betaInternal thread: https://prisma-company.slack.com/archives/CRGDU19K6/p1602763906003100?thread_ts=1602532224.038900&cid=CRGDU19K6
The text was updated successfully, but these errors were encountered: