chore: update Node runtime and dependencies#1147
Merged
Merged
Conversation
Co-Authored-By: Codex <noreply@openai.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
📝 WalkthroughWalkthroughThis PR modernizes the GitHub Pages action to Node.js 24, migrating from legacy tooling ( ChangesNode 24 Upgrade & Tooling Modernization
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related issues
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
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.
概要
@actions/*packages.actions/setup-node@v4for Node setup.fs.cpentry copying.ubuntu-20.04test runner withubuntu-24.04and cancel stale Test workflow runs for the same ref.参考
@actions/*latest packages are ESM-only;@vercel/ncc@0.38.4could not bundle their import-only exports, so the build now uses esbuild.peaceiris/workflows/setup-node@v0.20.1enables corepack and failed onwindows-latestwhenC:\npm\prefix\yarnalready existed, so the test workflow now usesactions/setup-node@v4with npm cache.${publishDir}/*and${publishDir}/.*, socopyAssetsnow enumerates entries and copies them with Nodefs.cp.ubuntu-latest,ubuntu-24.04, andubuntu-22.04;ubuntu-20.04was replaced to avoid a queued/unavailable matrix job.lib/index.jsis not committed in this PR, matching the repository guideline for normal changes.Test plan
npm run lintnpm testnpm run buildnpm run tscnpm run formatnpm outdated --json --depth=0 --include=dev --min-release-age=0npm audit --min-release-age=0Summary by CodeRabbit
Chores
@vercel/ncctoesbuild.Tests
Bug Fixes