diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index 000dc894b..0cd15ac7b 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - name: Cache Node.js modules uses: actions/cache@v2