diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fccf82..5e819fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: if: | github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && github.base_ref == 'main') || - (github.event_name == 'merge_group' && github.event.merge_group.base_ref == 'refs/heads/main') + github.event_name == 'merge_group' strategy: fail-fast: false matrix: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7789dce..8f4497d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,8 +133,8 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22 - cache: 'npm' + node-version: 24 + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci @@ -164,7 +164,6 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | # SAFETY: Manual triggers MUST be dry-run only if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then