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

Fix CI tests #482

Merged
merged 7 commits into from
Apr 15, 2024
Merged

Fix CI tests #482

merged 7 commits into from
Apr 15, 2024

Conversation

OBrezhniev
Copy link
Member

@OBrezhniev OBrezhniev commented Apr 9, 2024

  • Do not run tests twice for each pull request update (was on: [push, pull_request])
  • Update node versions in ci tests.
  • Remove tests specific for node v12.
  • Update hardhat in smart_contract_tests to remove previous node version restrictions because of (now fixed) hardhat bug

…ardhat in smart_contract_tests to remove previous node version restrictions because of (now fixed) hardhat bug
Copy link
Collaborator

@xavi-pinsach xavi-pinsach left a comment

Choose a reason for hiding this comment

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

I think we should add some information about the current supported node.js versions. Currently, the info is: "First off, make sure you have a recent version of Node.js installed. While any version after v12 should work fine, we recommend you install v16 or later." However, it's important to explicitly specify that versions older than v16 are not guaranteed to work.

Maybe:
"Ensure you have a recent version of Node.js installed. Any version from v16 functions properly. Versions prior to v16 are not guaranteed to work."

@OBrezhniev
Copy link
Member Author

@xavi-pinsach Thanks! I've added note that non-LTS versions are not guaranteed to work too. Does it sound right to you now?

Copy link
Collaborator

@xavi-pinsach xavi-pinsach left a comment

Choose a reason for hiding this comment

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

Can you remove v16 from tutorial.yml?

@OBrezhniev OBrezhniev merged commit e7f5a6f into master Apr 15, 2024
13 checks passed
@OBrezhniev OBrezhniev deleted the chore/fix-ci branch April 15, 2024 17:05
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