Skip to content

ci(release): disable buildpack setup-node cache#109

Merged
TorinAsakura merged 1 commit into
masterfrom
fix/publish-buildpack-node-cache
Jul 1, 2026
Merged

ci(release): disable buildpack setup-node cache#109
TorinAsakura merged 1 commit into
masterfrom
fix/publish-buildpack-node-cache

Conversation

@TorinAsakura

Copy link
Copy Markdown
Member

Таска

Как проверять

До фикса

  1. Контекст: GHCR image release, job Publish buildpack yarn-workspace-start, run https://github.com/atls/buildpacks/actions/runs/28529445370/job/84574846435
    Действие: actions/setup-node@v6 запускается с cache: yarn
    Ожидаемый результат: Setup Node.js падает на yarn cache dir под Yarn 1.3.17-atls

После фикса

  1. Контекст: GHCR image release, job Publish buildpack yarn-workspace-start
    Действие: actions/setup-node@v6 запускается без cache: yarn, затем выполняется yarn install --immutable
    Ожидаемый результат: Setup Node.js не вызывает yarn cache dir, job проходит к установке зависимостей

Пруфы

@TorinAsakura TorinAsakura self-assigned this Jul 1, 2026
@TorinAsakura
TorinAsakura merged commit 03e6a62 into master Jul 1, 2026
6 checks passed
@TorinAsakura
TorinAsakura deleted the fix/publish-buildpack-node-cache branch July 1, 2026 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Architecture] Refactor libcnb library boundaries and contracts

1 participant