italia / italia/publiccode-parser-action
Running the action need node24 env
Open
need-info
- Dominant language
- Shell
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When trying to run the action, it crashes. Github needs node to be set up in Node.js 24.
I had to add in the action file so it would work :
```
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true
```
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Contributor guide
Assessment
This issue has not been assessed yet.