diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5b3db4c246..ca72b595cce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: $(( ${{ github.event_name == 'pull_request' && github.event.pull_request.commits || 0 }} + 10 )) - - name: Node 18 + - name: Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Build UI working-directory: . env: