Fix the build - #9334
Open
iHiD wants to merge 1 commit into
Open
Conversation
CI was failing on yarn install with a 401 Unauthorized fetching @juliangarnierorg/anime-beta from npm.pkg.github.com (expired NPM_TOKEN). anime.js v4's beta API (animate, createTimeline, stagger, utils) is now published as the stable public `animejs` package, so switch to it and drop the now-unused private registry auth from CI and the Docker build. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VrCaGTAwdXnHyv7Lr8pXNi
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
yarn install) was failing across all jobs with401 Unauthorizedfetching@juliangarnierorg/anime-betafromnpm.pkg.github.com— theNPM_TOKENsecret used to auth to that private GitHub Packages registry has expired/been revoked.animate,createTimeline,stagger,utils) has since been published as the stable publicanimejspackage, so swap to it instead of chasing a new token..github/workflows/tests.yml,.github/workflows/deploy.yml, anddocker/rails.Dockerfile.Test plan
yarn installsucceeds without any private registry authyarn build(esbuild) succeedsyarn test— 160/162 suites pass (2 pre-existing skips), 1551 tests passRef: https://github.com/exercism/website/actions/runs/31228419131/job/93027204451
🤖 Generated with Claude Code
https://claude.ai/code/session_01VrCaGTAwdXnHyv7Lr8pXNi