Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Upgrade node support #54

Open
MPParsley opened this issue Oct 26, 2022 · 2 comments
Open

Upgrade node support #54

MPParsley opened this issue Oct 26, 2022 · 2 comments

Comments

@MPParsley
Copy link
Contributor

MPParsley commented Oct 26, 2022

Currently, the app is running as a node 12 application/container. Any chance an update will be foreseen?

"engines": {
  "node": ">=8.6, <=12"
},

node 16 or even 18 would be useful.

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=8.6, <=12' },
npm WARN EBADENGINE   current: { node: 'v16.9.0', npm: '8.6.0' }
npm WARN EBADENGINE }

npm install node-sass@^6.0

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>=6.2.0 <13' },
npm WARN EBADENGINE   current: { node: 'v16.9.0', npm: '8.6.0' }
npm WARN EBADENGINE }

npm install apicache@^1.6.3

In the Dockerfile:

FROM node:12-alpine as base
...
FROM node:12-alpine
@l00mi
Copy link
Contributor

l00mi commented Oct 26, 2022

Thank you for this trigger. We will see if we can have a look to bump the versions here.

@l00mi
Copy link
Contributor

l00mi commented Oct 26, 2022

@ludovicm67 will have a look in the next days.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants