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

Remove Node.js <10.x end of support postinstall script #3932

Merged
merged 2 commits into from Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/next-release/feature-Node.js-20f6ff0f.json
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Node.js",
"description": "Remove postinstall script warning end-of-support for Node.js <10.x"
}
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -144,7 +144,6 @@
"translate-api-test": "mocha scripts/lib/translate-api.spec.js",
"typings-generator-test": "mocha scripts/lib/prune-shapes.spec.js",
"helper-test": "mocha scripts/lib/test-helper.spec.js",
"csm-functional-test": "mocha test/publisher/functional_test",
"postinstall": "node scripts/check-node-version.js"
"csm-functional-test": "mocha test/publisher/functional_test"
}
}
8 changes: 0 additions & 8 deletions scripts/check-node-version.js

This file was deleted.