diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69bb1110c9..ddd9111711 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - - name: ♻️ Use Node.js 20.x + - name: ♻️ Use Node.js 18.x uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 18.18.x - name: 📥 Monorepo install uses: ./.github/actions/yarn-nm-install