Skip to content

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Jul 1, 2025

Currently npm errors as we've technically got peer dependency violations due to jest-runner-eslint not officially supporting Jest v30 (or ESLint v9 for that matter), so I've finally switched us to using Yarn to setup this job.

This has also revealed that we might not yet be able to use v2 of the repositories package so I've downgraded that for now but will revisit once the job is working again

@G-Rath G-Rath marked this pull request as ready for review July 1, 2025 18:56
@G-Rath G-Rath merged commit 6373422 into main Jul 1, 2025
21 checks passed
@G-Rath G-Rath deleted the ci/dont-use-npm branch July 1, 2025 19:31
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
node-version: 20
node-version: lts/*

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This intentionally uses the oldest version of node we support to ensure compatibility

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.

2 participants