Skip to content

ci: update workflow main.yml to node20 / Node.js 22 #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeMcC399
Copy link

@MikeMcC399 MikeMcC399 commented Jul 29, 2025

Situation

The GitHub Actions workflow .github/workflows/main.yml is outdated, relying on Node.js 16 that entered end-of-life status on Sep 11, 2023.

The workflow triggers on push and does not use pull_request. This may miss issues if there is a delay between pushing to a branch and creating a PR, and there are environmental changes like a new Node.js release in the interim.

The CI result should also be visible in any PR. This requires setting the pull_request event trigger.

Change

  • Add an event trigger for PR to the default master branch.

Update to:

Add event trigger for pull_request to master branch
@MikeMcC399
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant