Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump node engine to v12.22.0 (closes #322) #355

Closed
wants to merge 1 commit into from
Closed

chore: bump node engine to v12.22.0 (closes #322) #355

wants to merge 1 commit into from

Conversation

nolddor
Copy link

@nolddor nolddor commented Jun 29, 2024

Engine constraint is not correct as is lower than used dependencies, closes (#322)

nolddor@computer:~/node-steam-tradeoffer-manager$ node -v
v4.0.0

nolddor@computer:~/node-steam-tradeoffer-manager$ npm -v
2.14.2

nolddor@computer:~/node-steam-tradeoffer-manager$ npm i
npm WARN engine [email protected]: wanted: {"node":">=6.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine @doctormckay/[email protected]: wanted: {"node":">=6.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN engine [email protected]: wanted: {"node":">=6.9.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 6"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=12.22.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 6"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 10"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=6.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=12.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=𝟏𝟐.𝟐𝟐.𝟎""} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine @doctormckay/[email protected]: wanted: {"node":">=𝟏𝟐.𝟐𝟐.𝟎""} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=12.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 6.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 10.0.0","npm":">= 3.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 12"} (current: {"node":"4.0.0","npm":"2.14.2"})
npm WARN engine [email protected]: wanted: {"node":">= 6.0.0","npm":">= 3.0.0"} (current: {"node":"4.0.0","npm":"2.14.2"})

@nolddor nolddor closed this by deleting the head repository Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant