open-feature / js-sdk-contrib

OpenFeature Providers and Hooks for JavaScript
https://openfeature.dev
Apache License 2.0
33 stars 33 forks source link

fix(gofeatureflag): remove NodeJS.timeout because it fails eslint #961

Closed thomaspoignant closed 1 month ago

thomaspoignant commented 1 month ago

This PR

The CI in PR #947 had no issue in CI, but it failed during the release-please job.

I am not sure why those checks are different, I guess we have something different in the CI. This PR should fix the release please process for the go-feature-flag-provider.

@toddbaert @beeme1mr I am not sure if we have to update the release please file to be sure the right version is released?