Skip to content

chore(deps): pin dependencies #3461

chore(deps): pin dependencies

chore(deps): pin dependencies #3461

Triggered via pull request September 24, 2024 09:08
Status Failure
Total duration 2m 8s
Artifacts

test-migrate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
migrate-test-e2e.ts > expected file changes > .github/workflows/ci.yml: script/migrate-test-e2e.ts#L101
Error: Snapshot `expected file changes > .github/workflows/ci.yml 1` mismatched - Expected + Received "--- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ ... @@ jobs: - - uses: ./.github/actions/prepare - - run: pnpm run test --coverage - - uses: codecov/codecov-action@v3 - - with: - - flags: unit - type_check: - name: Type Check - runs-on: ubuntu-latest" + name: Build + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm build + - run: node ./lib/index.js + @@ ... @@ jobs: + name: Lint + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm build + - run: pnpm lint + @@ ... @@ jobs: + name: Lint Knip + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm lint:knip + lint_markdown: + name: Lint Markdown + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm lint:md + lint_packages: + name: Lint Packages + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm lint:packages + lint_spelling: + name: Lint Spelling + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm lint:spelling + prettier: + name: Prettier + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm format --list-different + test: + name: Test + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm run test --coverage + - uses: codecov/codecov-action@v3 + - with: + - flags: unit + type_check: + name: Type Check + runs-on: ubuntu-latest + steps: + - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - uses: actions/checkout@v4 + - uses: ./.github/actions/prepare + - run: pnpm tsc + " ❯ migrate-test-e2e.ts:101:35
migrate-test-e2e.ts > unexpected file changes: script/migrate-test-e2e.ts#L133
Error: Oh no! Running the migrate script unexpectedly modified: - .github/actions/prepare/action.yml - .github/workflows/accessibility-alt-text-bot.yml - .github/workflows/contributors.yml - .github/workflows/post-release.yml - .github/workflows/pr-review-requested.yml - .github/workflows/release.yml See .github/DEVELOPMENT.md > Setup Scripts for context. Then see .github/DEVELOPMENT.md > Unexpected File Modifications. ❯ migrate-test-e2e.ts:133:9
migrate
Process completed with exit code 1.
migrate
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/