diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 038a59e973..d342ec60c1 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -30,7 +30,10 @@ jobs: git config --local user.email "github-actions@github.com" git config --local user.name "GitHub Actions" - - uses: threeal/setup-yarn-action@v2.0.0 + - name: Use Node v18.x + uses: actions/setup-node@v4 + with: + node-version: v18.x - name: Bump version run: |