diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index a95ae9f746..17d5472aa2 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@v2 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Cache Node.js modules uses: actions/cache@v2