This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Bump turbo from 1.11.1 to 2.7.3 #10044
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: /snapit | |
| on: | |
| issue_comment: | |
| types: | |
| - created | |
| concurrency: ${{ github.workflow }}-${{ github.ref }} | |
| jobs: | |
| snapit: | |
| name: /snapit | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout default branch | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| - name: Setup pnpm | |
| uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0 | |
| - name: Create snapshot | |
| uses: Shopify/snapit@v0.0.14 | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
| with: | |
| build_script: pnpm build:release |