diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b03842bec1..05c68cd59c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v6 with: package-manager-cache: false - node-version: 18 + node-version: 20 cache: 'yarn' cache-dependency-path: yarn.lock - name: Prepare release