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 < x.y.z engines specification #11456

Merged
merged 2 commits into from Apr 21, 2020
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
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,6 @@ env:

install: skip
before_script:
- curl -o- -L https://yarnpkg.com/install.sh | bash
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also removed yarn update because:

  1. after these years the bundled yarn version in CI is reasonably new.
  2. yarnpkg.com could fail, i.e. https://travis-ci.com/github/JLHwung/babel/jobs/321733324

- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install make; fi

script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -75,8 +75,8 @@
"@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
},
"engines": {
"node": ">= 6.9.0 < 14.0.0",
"npm": ">= 3.x <= 6.x",
"node": ">= 6.9.0",
"npm": ">= 3.x",
"yarn": ">=0.27.5 || >=1.0.0-20170811"
},
"lint-staged": {
Expand Down