Skip to content
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

Update GitHub Actions to use Node.js 22.x #89

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

Conversation

paschal533
Copy link

Title:

Update GitHub Actions to use Node.js 22.x

Description:

This PR updates the GitHub Actions workflow to use Node.js version 22.x for running tests.

  • The change was made to verify compatibility with the latest LTS version of Node.js.
  • Locally, all tests passed successfully after updating the testTimeout value in jest.config.ts.
  • This PR will confirm if the CI pipeline also runs successfully with these updates.

Changes Made:

  1. Updated node-version in the GitHub Actions workflow file to 22.x.
  2. Tested compatibility with the newer Node.js version locally.

Testing:

  • Local tests were successful with Node.js 22.13.0 after updating the Jest configuration.
  • This PR will trigger the CI pipeline to verify the results.

Related Issue:

Resolves #79

@@ -1,12 +1,12 @@
{
"name": "drand-client",
"version": "1.2.3",
"version": "1.2.6",
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm unusual that this wasn't already set, though it certainly should be 1.2.6!

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.

Update tests to work with newest node LTS
2 participants