diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d0c66e6b72..66b5c9ee63d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,7 +198,7 @@ jobs: ${{ runner.os }}-bun- - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts - name: Deploy to Trigger.dev working-directory: ./apps/sim @@ -584,7 +584,7 @@ jobs: bun-version: 1.3.13 - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts - name: Create release env: diff --git a/.github/workflows/docs-embeddings.yml b/.github/workflows/docs-embeddings.yml index f67ad2ea61c..a8d882c4a57 100644 --- a/.github/workflows/docs-embeddings.yml +++ b/.github/workflows/docs-embeddings.yml @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-bun- - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts - name: Process docs embeddings working-directory: ./apps/sim diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index ab177ed0c5d..c91b9c300ce 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -48,7 +48,7 @@ jobs: ${{ runner.os }}-bun- - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts # The expression maps the explicit environment input to exactly one repo # secret, so the job never holds another environment's database URL. An diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 54f8b0b7038..0bc5fadd5c8 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js for npm publishing uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: '18' + node-version: '22' registry-url: 'https://registry.npmjs.org/' - name: Cache Bun dependencies @@ -41,7 +41,7 @@ jobs: - name: Install dependencies working-directory: packages/cli - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts - name: Build package working-directory: packages/cli diff --git a/.github/workflows/publish-ts-sdk.yml b/.github/workflows/publish-ts-sdk.yml index e6bb8891b5f..65b5e02411f 100644 --- a/.github/workflows/publish-ts-sdk.yml +++ b/.github/workflows/publish-ts-sdk.yml @@ -40,7 +40,7 @@ jobs: ${{ runner.os }}-bun- - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts - name: Run tests working-directory: packages/ts-sdk diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 1d1fa2d2f62..3a934e51eda 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -60,7 +60,7 @@ jobs: path: ./.turbo - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts # Surfaces known CVEs in the dependency tree. Non-blocking until the # existing advisory backlog is triaged, then flip to a required gate by @@ -278,7 +278,7 @@ jobs: fi - name: Install dependencies - run: bun install --frozen-lockfile + run: bun install --frozen-lockfile --ignore-scripts - name: Build application env: