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
What is the improvement or update you wish to see?
In the changeset, the Node action job name states - name: Setup Node.js 18.x but uses node-version: 20.x. I have to change this for ever new repository I create using npx create-turbo@latest -e with-changesets.
Is there any context that might help us understand?
What is the improvement or update you wish to see?
In the changeset, the Node action job name states
- name: Setup Node.js 18.x
but usesnode-version: 20.x
. I have to change this for ever new repository I create usingnpx create-turbo@latest -e with-changesets
.Is there any context that might help us understand?
Example here should be updated to be consistent.
Does the docs page already exist? Please link to it.
https://github.com/vercel/turbo/blob/main/examples/with-changesets/.github/workflows/release.yml
The text was updated successfully, but these errors were encountered: