-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat!: Drop support old Node version #548
base: major-version
Are you sure you want to change the base?
Conversation
The commit should be marked as a breaking change because of dropping support for node. |
"scripts": { | ||
"test": "nyc mocha \"test/**/*.test.js\"", | ||
"posttest": "npm run lint", | ||
"lint": "eslint --fix ./src ./test", | ||
"prepack": "oclif-dev manifest && oclif-dev readme --multi && npm shrinkwrap && git checkout origin/main -- package-lock.json", | ||
"postpack": "rm -f oclif.manifest.json && rm -f npm-shrinkwrap.json", | ||
"version": "oclif-dev readme --multi && git add README.md && git add docs", | ||
"build": "oclif-dev pack:macos && rm -rf tmp/ && oclif-dev pack:win && rm -rf tmp/ && npm run binaries", | ||
"binaries": "pkg --targets node12-macos-x64,node12-win-x64,node12-linux-x64 --out-path ./dist .", | ||
"build": "oclif-dev pack:macos && rm -rf tmp/ && oclif-dev pack:win && rm -rf tmp/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested the whole process of releasing on jenkins?
This is a PR to the feature branch |
No description provided.