Open
Conversation
Upgrade the action to use node 24
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project's Node.js runtime from version 20 to version 24 and adds actionlint configuration to ignore the "invalid runner name" warning for the new node24 runner.
- Updates Node.js version requirement from 20 to 24 across configuration files
- Adds actionlint configuration to suppress warnings about the node24 runner
- Updates linter workflow configuration to disable TypeScript ES validation
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates Node.js engine requirement and @types/node dependency version |
| actionlint.yml | Adds new configuration file to ignore node24 runner warnings |
| action.yml | Changes GitHub Action runtime from node20 to node24 |
| .node-version | Updates Node.js version specification to 24.4.0 |
| .github/workflows/linter.yml | Adds linter configuration and disables TypeScript ES validation |
ncalteen
reviewed
Aug 8, 2025
.github/workflows/linter.yml
Outdated
| env: | ||
| DEFAULT_BRANCH: main | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| LINTER_RULES_PATH: . |
There was a problem hiding this comment.
This isn't needed here. The default configuration for super-linter/super-linter is to store linting config files in the .github/linters directory. If you change this here, it will no longer recognize the linter files in that directory. It may be better to move the actionlint.yml into .github/linters in this case.
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.
No description provided.