adopted-ember-addons / ember-stripe-elements

A simple Ember wrapper for Stripe Elements
https://ember-stripe-elements.netlify.com
MIT License
19 stars 23 forks source link

Netlify access/permissions anyone? #35

Closed st-h closed 2 years ago

st-h commented 2 years ago

Each build automatically seems to run a netlify deployment and tests. However, these are run under node 10, which is incompatible with current ember/addon requirements. I tried to create a netlify account, but I seem to be unable to make any settings to this addon. Does anyone have permission to update the netlify settings?

knownasilya commented 2 years ago

You can add a netlify config to the repo to change the version. Shouldn't have to go into the account.

st-h commented 2 years ago

thank you. added a .nvmrc file, which worked fine.