Skip to content

Conversation

@marcalexiei
Copy link
Contributor


  • re add windows-latest to tests
  • create separate lint job in ci
  • add dependabot groups

@marcalexiei marcalexiei marked this pull request as ready for review July 4, 2025 17:54
matrix:
node-version: [20, 22, 24]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @kibertoad,
I see you removed windows from CI in #184,
the run was failing due to an issue with linting.
I don't think that lint task should be executed in every node / os combination so I created a separate task.

Comment on lines -28 to -30
- name: Install PeerDeps
run: npm i fastify zod

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be needed, both zod and fastify are already present inside devDependencies:

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.

Project maintenance: avoid auto merge when linting workflow is not successful

1 participant