Update Node 24 toolchain and bump node-canvas#74
Open
Yanchi4425 wants to merge 4 commits intosymbol:mainfrom
Open
Update Node 24 toolchain and bump node-canvas#74Yanchi4425 wants to merge 4 commits intosymbol:mainfrom
Yanchi4425 wants to merge 4 commits intosymbol:mainfrom
Conversation
Document a Docker-based setup for Apple Silicon and add helper scripts. Also update Webpack 5 fallback configuration for Node core modules.
npm ci fails when the lockfile is out of sync, so use npm install for the docker workflow.
commit 6d130d5c4efe87ec11df570d2264abbdb2a322b6
Author: Yanchi <5096738+Yanchi4425@users.noreply.github.com>
Date: Sat Jan 31 22:40:00 2026 +0900
Update Node 24 toolchain and declare engine support
Add a Node 24.13.0 Dockerfile, bump canvas to 3.2.1,
refresh the lockfile, add docker helper scripts, and
declare Node >=24.13.0 in engines.
commit 979cd8d596f871146bc7e6f9cea5584de78133d5
Author: Yanchi <5096738+Yanchi4425@users.noreply.github.com>
Date: Sat Jan 31 22:39:03 2026 +0900
Add Node 24 Docker toolchain and refresh canvas deps
Introduce a Node 24.13.0 Dockerfile, update canvas to 3.2.1,
and add docker helper scripts. Refresh the lockfile accordingly.
Add an engines field to document the minimum supported Node version.
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
Test plan
Please feel free to leave any comments, even small ones.
I'm happy to adjust anything to improve the library.