diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 162c3b4574..ffcac2eea8 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -13,7 +13,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: npm - run: npm ci