Upgrade Node.js runtime to node24 and update dependencies#16
Open
Joe-Heffer-Shef wants to merge 2 commits into
Open
Upgrade Node.js runtime to node24 and update dependencies#16Joe-Heffer-Shef wants to merge 2 commits into
Joe-Heffer-Shef wants to merge 2 commits into
Conversation
- action.yml: node12 → node24 (node12 is deprecated on GitHub Actions runners) - @actions/core: 1.2.6 → 1.11.1 - node-fetch: 2.6.1 → 2.7.0 - @vercel/ncc: 0.26.2 → 0.44.0 - eslint: 7 → 8 (v9 breaks .eslintrc.json config format) - eslint-config-airbnb-base: 14 → 15 - Remove unused devDeps: @typescript-eslint/*, eslint-config-airbnb, react plugins - Rebuild dist/index.js with ncc 0.44.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Open
3 tasks
Author
|
andreistangacianu
approved these changes
Jul 9, 2026
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
using: node12→node24(node12 is deprecated on GitHub Actions runners and will cause failures)getInput/setOutputAPI unchanged)require(); native fetch cannot replace it here becausefigshare.jspasses a Node.jsReadStreamas the PUT body).eslintrc.jsonconfig format)@typescript-eslint/*,eslint-config-airbnb,eslint-plugin-react,eslint-plugin-react-hooks,eslint-plugin-jsx-a11y(none referenced in.eslintrc.json)dist/index.jswith ncc 0.44.0Test plan
action.ymldeclaresusing: "node24"npm run eslint)npm run package)actor a real workflow trigger with valid Figshare credentials🤖 Generated with Claude Code