neo4j / cypher-builder

A library for building Cypher queries for Neo4j programmatically.
https://neo4j.github.io/cypher-builder/
Apache License 2.0
51 stars 14 forks source link

Update node version in tests for 2.x #426

Closed angrykoala closed 1 month ago

angrykoala commented 1 month ago

Minimum version is now 18.x

All other tests changed to use lts/*

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 4f040946b6e57e4eea57abd9ea009c0c87d20df6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

MacondoExpress commented 1 month ago

I think there should be a changeset for this

I think this is for the tests in the CI only

angrykoala commented 1 month ago

Yep, only the tests are changed to avoid hardcoded versions, no changes in the library itself