diff --git a/.github/workflows/trigger_release.yml b/.github/workflows/trigger_release.yml index acb6dfa89b707..b79df5057f19b 100644 --- a/.github/workflows/trigger_release.yml +++ b/.github/workflows/trigger_release.yml @@ -42,11 +42,9 @@ jobs: steps: - name: Setup node uses: actions/setup-node@v3 - if: ${{ steps.docs-change.outputs.docsChange == 'nope' }} with: node-version: 18 check-latest: true - - run: corepack enable - run: git clone https://github.com/vercel/next.js.git --depth=25 . @@ -56,6 +54,8 @@ jobs: - name: tune linux network run: sudo ethtool -K eth0 tx off rx off + - run: corepack enable && pnpm --version + - id: get-store-path run: echo STORE_PATH=$(pnpm store path) >> $GITHUB_OUTPUT