Closed hyperupcall closed 7 months ago
Great! Thanks
Quit Destroying My Data.. Notice of Infringement and Sata Theft
On Apr 11, 2024, at 07:11, Orta Therox @.***> wrote:
Great! Thanks
— Reply to this email directly, view it on GitHub https://github.com/OSS-Docs-Tools/code-owner-self-merge/pull/44#issuecomment-2049451253, or unsubscribe https://github.com/notifications/unsubscribe-auth/A5UI7DS6L3KLVD5VVG44KB3Y4ZVWPAVCNFSM6AAAAABGBVAVD6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBZGQ2TCMRVGM. You are receiving this because you are subscribed to this thread.
In CI,
npx jest
fails:This is because
actions/setup-node@v1
uses Node.js v10 by default:However, tests pass with a minimal Node.js version of v14:
This PR updates the actions and sets v14 as the default Node.js version installed. Both v14 and v16 are both EOL, so naturally the major version could be bumped if it is not constrained by compatibility concerns.