TKOaly / laulum.me

E-songbook for sitsit
https://laulum.me
6 stars 18 forks source link

Add >= to enforced node version #67

Closed Eelinki closed 2 years ago

Eelinki commented 2 years ago

I believe this is an oversight.

$ npm i
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'laulum.me-new@0.1.0',
npm WARN EBADENGINE   required: { node: '16.14.2' },
npm WARN EBADENGINE   current: { node: 'v16.17.1', npm: '8.3.1' }
npm WARN EBADENGINE }
ConcernedHobbit commented 2 years ago

good catch! thanks for the contribution :)