chore: bump minimum nodejs version to 8#337
Open
legobeat wants to merge 1 commit intonickmerwin:masterfrom
Open
chore: bump minimum nodejs version to 8#337legobeat wants to merge 1 commit intonickmerwin:masterfrom
legobeat wants to merge 1 commit intonickmerwin:masterfrom
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
Also updates the CI Matrix accordingly, and adds more recent maintenance releases v16 and v18.