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 minimum nodejs version to 8 #337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

legobeat
Copy link

@legobeat legobeat commented May 1, 2023

Bumps minimum nodejs version from v6 to v8.

This is to reflect the current state of things as nodejs v6 throws the following on npm install:

npm ERR! Linux 6.2.10-1.qubes.fc32.x86_64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" npm ERR! node v6.17.1
npm ERR! npm  v3.10.10
npm ERR! path /app/node_modules/.staging/@types/minimatch-fad7cd5e/package.json npm ERR! code ENOTDIR
npm ERR! errno -20
npm ERR! syscall open

npm ERR! ENOTDIR: not a directory, open '/app/node_modules/.staging/@types/minimatch-fad7cd5e/package.json' npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /app/npm-debug.log

Also updates the CI Matrix accordingly, and adds more recent maintenance releases v16 and v18.

nodejs v6 throws the following on npm install:

npm ERR! Linux 6.2.10-1.qubes.fc32.x86_64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i"
npm ERR! node v6.17.1
npm ERR! npm  v3.10.10
npm ERR! path /app/node_modules/.staging/@types/minimatch-fad7cd5e/package.json
npm ERR! code ENOTDIR
npm ERR! errno -20
npm ERR! syscall open

npm ERR! ENOTDIR: not a directory, open '/app/node_modules/.staging/@types/minimatch-fad7cd5e/package.json'
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /app/npm-debug.log
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.

None yet

1 participant