TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

fix: node engine requriement more flexible #748

Closed wesleyboar closed 10 months ago

wesleyboar commented 10 months ago

Overview

Prevent warning about Node engine requirement vs current.

Step 20/27 : RUN npm ci
 ---> Running in 9ad2a2efac6c
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@tacc/core-cms@4.1.0',
npm WARN EBADENGINE   required: { node: '^16.14.0', npm: '^8.3.0' },
npm WARN EBADENGINE   current: { node: 'v18.18.2', npm: '9.8.1' }
npm WARN EBADENGINE }
[91mnpm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated

Related

None.

Changes

Testing

  1. Build.
  2. Verify no "Unsupported engine" warning.

UI

Step 20/27 : RUN npm ci
 ---> Running in 42e651060693
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated