-
Notifications
You must be signed in to change notification settings - Fork 836
Bump node-version to 22.x for GitHub workflows #1105
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
base: main
Are you sure you want to change the base?
Conversation
|
Please let me know if you need a changeset. |
The snapshot file is v2, but only v3 is supported.
8264e99
to
1e194ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the project's testing framework and Node.js runtime to newer versions across GitHub workflows and dependencies.
- Upgrades AVA testing framework from version 2.1.0 to 6.4.1
- Updates all GitHub workflow configurations to use Node.js 22.x instead of 18.x
- Updates test snapshots to reflect the newer AVA framework changes
Reviewed Changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
package.json | Upgrades AVA dependency from 2.1.0 to 6.4.1 and reorders prettier dependency |
tests/snapshots/build.js.md | Updates AVA documentation URL in test snapshot |
.github/workflows/ci.yml | Updates Node.js version from 18 to 22 across all jobs |
.github/workflows/optimize.yml | Updates Node.js version from 18 to 22 |
.github/workflows/release.yml | Updates Node.js version from 18.x to 22.x |
Commits cherry-picked from fork PR: opf#102